Tweaking a controls group

This commit is contained in:
SilentSpike 2015-07-17 02:55:48 +01:00
parent 27d85180f1
commit 6540971298
2 changed files with 5 additions and 5 deletions

View File

@ -144,14 +144,14 @@ class GVAR(interface) {
class unitTools: RscControlsGroup { class unitTools: RscControlsGroup {
idc = IDC_UNIT; idc = IDC_UNIT;
x = safeZoneX; x = safeZoneX;
y = safeZoneY + TOOL_H * 2; y = safeZoneY;
w = TOOL_W * 2; w = TOOL_W * 2;
h = safeZoneH - TOOL_H * 4; h = safeZoneH;
class controls { class controls {
class unitTree: RscTree { class unitTree: RscTree {
idc = IDC_UNIT_TREE; idc = IDC_UNIT_TREE;
x = 0; x = 0;
y = 0; y = TOOL_H * 2;
w = TOOL_W * 2; w = TOOL_W * 2;
h = safeZoneH - TOOL_H * 5; h = safeZoneH - TOOL_H * 5;
borderSize = 1; borderSize = 1;
@ -169,7 +169,7 @@ class GVAR(interface) {
}; };
class unitRefresh: RscButtonMenu { class unitRefresh: RscButtonMenu {
x = 0; x = 0;
y = safeZoneH - TOOL_H * 5; y = safeZoneH - TOOL_H * 3;
w = TOOL_W * 2; w = TOOL_W * 2;
h = TOOL_H; h = TOOL_H;
sizeEx = TOOL_H; sizeEx = TOOL_H;

View File

@ -72,7 +72,7 @@
<English>Spectator Controls</English> <English>Spectator Controls</English>
</Key> </Key>
<Key ID="STR_ACE_Spectator_RefreshList"> <Key ID="STR_ACE_Spectator_RefreshList">
<English>Refresh List</English> <English>Refresh Units</English>
</Key> </Key>
<!-- Keybinds --> <!-- Keybinds -->