Browse Source

Reduce minimum tab width in PostFX manager.

Daniel Buckmaster 11 years ago
parent
commit
719fcd7d2d

+ 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";