mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix button y value
This commit is contained in:
parent
81f87ee13c
commit
6cb1813527
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user