From f73a456fb065bc7bdfd713022a69dc66041a2eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Badano?= Date: Thu, 22 Jan 2015 02:33:51 -0300 Subject: [PATCH] optionmenu: increase size --- addons/optionsmenu/gui/settingsMenu.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/optionsmenu/gui/settingsMenu.hpp b/addons/optionsmenu/gui/settingsMenu.hpp index 90b635e9dd..e3b8503176 100644 --- a/addons/optionsmenu/gui/settingsMenu.hpp +++ b/addons/optionsmenu/gui/settingsMenu.hpp @@ -4,7 +4,7 @@ class ACE_settingsMenu { onLoad = QUOTE(uiNamespace setVariable [ARR_2('ACE_settingsMenu', _this select 0)]; [] call FUNC(onSettingsMenuOpen);); onUnload = QUOTE(uiNamespace setVariable [ARR_2('ACE_settingsMenu', nil)]; saveProfileNamespace;); - #define SIZEX ((safezoneW / safezoneH) min 1.2) + #define SIZEX ((0.70 * safezoneW) max 1.0) #define SIZEY (SIZEX / 1.2) #define UNITX (SIZEX / 40) #define UNITY (SIZEY / 25) @@ -128,7 +128,7 @@ class ACE_settingsMenu { w = 10 * UNITX; h = 1 * UNITY; text = ""; - SizeEx = (UNITY * 1); + SizeEx = (UNITY * 0.75); }; class labelKey: ACE_gui_staticBase { //Variable Name idc = 300; @@ -137,7 +137,7 @@ class ACE_settingsMenu { w = 10 * UNITX; h = 1 * UNITY; text = ""; - SizeEx = (UNITY * 0.5); + SizeEx = (UNITY * 0.60); }; class Label2: labelKey { idc = 301;