Remove spacing from context menu

This commit is contained in:
SilentSpike 2017-12-24 14:22:21 +00:00
parent 03841b8738
commit ff761788f3

View File

@ -18,6 +18,7 @@ class EGVAR(common,CompassControl);
class GVAR(contextMenu): CtrlMenu {
idc = IDC_CONTEXT;
itemSpacingW = 0;
colorBackground[] = {0.1,0.1,0.1,1};
class Items {
items[] = {"Toggles"};