mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#678 - Missing Text Height in settingMenu
This commit is contained in:
parent
4ef80ab3a3
commit
e12831bee4
@ -94,6 +94,8 @@ class ACE_settingsMenu {
|
||||
periodFocus = 1;
|
||||
periodOver = 1;
|
||||
action = QUOTE([MENU_TAB_OPTIONS] call FUNC(onListBoxShowSelectionChanged););
|
||||
SizeEx = (UNITY * 1);
|
||||
Size = (UNITY * 1);
|
||||
};
|
||||
class selectionAction_2: selectionAction_1 {
|
||||
idc = 1001;
|
||||
@ -221,6 +223,8 @@ class ACE_settingsMenu {
|
||||
periodFocus = 1;
|
||||
periodOver = 1;
|
||||
action = "closedialog 0;";
|
||||
SizeEx = (UNITY * 1);
|
||||
Size = (UNITY * 1);
|
||||
};
|
||||
class action_reset: actionClose {
|
||||
idc = 1100;
|
||||
|
Loading…
Reference in New Issue
Block a user