2
0
Эх сурвалжийг харах

Merge pull request #886 from eightyeight/fix-postfx-manager

Reduce minimum tab width in PostFX manager
Daniel Buckmaster 11 жил өмнө
parent
commit
be75d5eaab

+ 1 - 1
Templates/Empty/game/core/scripts/client/postFx/postFXManager.gui

@@ -78,7 +78,7 @@
       new GuiTabBookCtrl(ppOptionsTabBook) {
          tabPosition = "Top";
          tabMargin = "7";
-         minTabWidth = "64";
+         minTabWidth = "32";
          tabHeight = "20";
          allowReorder = "0";
          defaultPage = "-1";

+ 1 - 1
Templates/Full/game/core/scripts/client/postFx/postFXManager.gui

@@ -78,7 +78,7 @@
       new GuiTabBookCtrl(ppOptionsTabBook) {
          tabPosition = "Top";
          tabMargin = "7";
-         minTabWidth = "64";
+         minTabWidth = "32";
          tabHeight = "20";
          allowReorder = "0";
          defaultPage = "-1";