FXGLDefaultMenu layout is not responsive #1021
- Position UI elements appropriately depending on
appWidthsize, ensuring it is a little more aesthetic and consistent across multiple previews.
This solves #1021.
Help from: @Artemijsem & @BeckFW
Thanks, looks good, there's an extra file in this PR that shouldn't have changed -- BuildProperties.java. Please check the files changed and remove it
Oh yeah, it would not build unless I copied it accordingly (not sure why that was the issue), am I safe to delete it from the PR? I didn't think it would have pushed this changed as I only staged the FXGLDefaultMenu
@DaleHuntGB Yes, it is an auto-generated file, which will be created during the build process. Safe to delete from the PR
@DaleHuntGB Yes, it is an auto-generated file, which will be created during the build process. Safe to delete from the PR
BuildProperties has been deleted from PR (I hope).