FXGL icon indicating copy to clipboard operation
FXGL copied to clipboard

FXGLDefaultMenu layout is not responsive #1021

Open DaleHuntGB opened this issue 2 years ago • 4 comments

  • Position UI elements appropriately depending on appWidth size, ensuring it is a little more aesthetic and consistent across multiple previews.

This solves #1021.

Help from: @Artemijsem & @BeckFW

DaleHuntGB avatar Feb 27 '24 09:02 DaleHuntGB

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

AlmasB avatar Feb 27 '24 10:02 AlmasB

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 avatar Feb 27 '24 11:02 DaleHuntGB

@DaleHuntGB Yes, it is an auto-generated file, which will be created during the build process. Safe to delete from the PR

AlmasB avatar Feb 27 '24 16:02 AlmasB

@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).

DaleHuntGB avatar Feb 27 '24 21:02 DaleHuntGB