Fix button y value

This commit is contained in:
SilentSpike 2015-07-17 02:16:35 +01:00
parent 81f87ee13c
commit 6cb1813527

View File

@ -169,7 +169,7 @@ class GVAR(interface) {
};
class unitRefresh: RscButtonMenu {
x = 0;
y = safeZoneY + safeZoneH - TOOL_H * 3;
y = safeZoneH - TOOL_H * 5;
w = TOOL_W * 2;
h = TOOL_H;
sizeEx = TOOL_H;