mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
optionsMenu: tweak columns
This commit is contained in:
parent
86e841bc64
commit
0d24ddf994
@ -118,7 +118,7 @@ class ACE_settingsMenu {
|
||||
SizeEx = (UNITY * 0.7);
|
||||
colorBackground[] = {0, 0, 0, 0.9};
|
||||
colorSelectBackground[] = {0, 0, 0, 0.9};
|
||||
columns[] = {0.0, 0.7};
|
||||
columns[] = {0.0, 0.6};
|
||||
onLBSelChanged = QUOTE(_this call FUNC(settingsMenuUpdateKeyView));
|
||||
};
|
||||
class labelTitle: ACE_gui_staticBase {
|
||||
|
Loading…
Reference in New Issue
Block a user