mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove spacing from context menu
This commit is contained in:
parent
03841b8738
commit
ff761788f3
@ -18,6 +18,7 @@ class EGVAR(common,CompassControl);
|
|||||||
class GVAR(contextMenu): CtrlMenu {
|
class GVAR(contextMenu): CtrlMenu {
|
||||||
idc = IDC_CONTEXT;
|
idc = IDC_CONTEXT;
|
||||||
|
|
||||||
|
itemSpacingW = 0;
|
||||||
colorBackground[] = {0.1,0.1,0.1,1};
|
colorBackground[] = {0.1,0.1,0.1,1};
|
||||||
class Items {
|
class Items {
|
||||||
items[] = {"Toggles"};
|
items[] = {"Toggles"};
|
||||||
|
Loading…
Reference in New Issue
Block a user