From 719fcd7d2d07b3b5ae74061fd110984236bab9e2 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Tue, 4 Nov 2014 14:13:35 +1100 Subject: [PATCH] Reduce minimum tab width in PostFX manager. --- .../Empty/game/core/scripts/client/postFx/postFXManager.gui | 2 +- .../Full/game/core/scripts/client/postFx/postFXManager.gui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/Empty/game/core/scripts/client/postFx/postFXManager.gui b/Templates/Empty/game/core/scripts/client/postFx/postFXManager.gui index 0f7fae83b..6f4e60ba7 100644 --- a/Templates/Empty/game/core/scripts/client/postFx/postFXManager.gui +++ b/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"; diff --git a/Templates/Full/game/core/scripts/client/postFx/postFXManager.gui b/Templates/Full/game/core/scripts/client/postFx/postFXManager.gui index 0f7fae83b..6f4e60ba7 100644 --- a/Templates/Full/game/core/scripts/client/postFx/postFXManager.gui +++ b/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";