diff --git a/addons/spectator/UI/interface.hpp b/addons/spectator/UI/interface.hpp index 3114196e0a..6726d804ad 100644 --- a/addons/spectator/UI/interface.hpp +++ b/addons/spectator/UI/interface.hpp @@ -144,14 +144,14 @@ class GVAR(interface) { class unitTools: RscControlsGroup { idc = IDC_UNIT; x = safeZoneX; - y = safeZoneY + TOOL_H * 2; + y = safeZoneY; w = TOOL_W * 2; - h = safeZoneH - TOOL_H * 4; + h = safeZoneH; class controls { class unitTree: RscTree { idc = IDC_UNIT_TREE; x = 0; - y = 0; + y = TOOL_H * 2; w = TOOL_W * 2; h = safeZoneH - TOOL_H * 5; borderSize = 1; @@ -169,7 +169,7 @@ class GVAR(interface) { }; class unitRefresh: RscButtonMenu { x = 0; - y = safeZoneH - TOOL_H * 5; + y = safeZoneH - TOOL_H * 3; w = TOOL_W * 2; h = TOOL_H; sizeEx = TOOL_H; diff --git a/addons/spectator/stringtable.xml b/addons/spectator/stringtable.xml index 6c0aa3e534..1e35d3e9d2 100644 --- a/addons/spectator/stringtable.xml +++ b/addons/spectator/stringtable.xml @@ -72,7 +72,7 @@ Spectator Controls - Refresh List + Refresh Units