AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.45k stars 555 forks source link

FXGLDefaultMenu layout is not responsive #1021 #1356

Open DaleHuntGB opened 9 months ago

DaleHuntGB commented 9 months ago

This solves #1021.

Help from: @Artemijsem & @BeckFW

AlmasB commented 9 months ago

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

DaleHuntGB commented 9 months ago

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

AlmasB commented 9 months ago

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

DaleHuntGB commented 9 months ago

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