From 83b9ff25014d922e3c7a8e9abba359c6989d0b42 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 Dec 2022 22:29:57 +0600 Subject: кек я этот баг с полноэкранным режимом не могу решить уже 4 месяц нахуй помогите пж MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/screens/MenuScreen.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java index 1d53a07..dbe9dff 100644 --- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java +++ b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java @@ -385,7 +385,7 @@ public class MenuScreen implements Screen { // Full screen: Label fscLabel = new Label(game.locale.TranslatableText("options.fullscreen"), skin); fscLabel.setAlignment(Align.left); - videoCategory.add(fscLabel).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom); + //videoCategory.add(fscLabel).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom); final TextButton fscButton = new TextButton((game.prefs.getBoolean("fullscreen", true)) ? "ON" : "OFF", skin); @@ -406,7 +406,7 @@ public class MenuScreen implements Screen { } }); - videoCategory.add(fscButton).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom).row(); + //videoCategory.add(fscButton).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom).row(); // - - - Switch the language - - -: String[] fh4Locale = game.locale.getFileHandle().nameWithoutExtension().split("_"); -- cgit v1.2.3