mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tweaking a controls group
This commit is contained in:
parent
27d85180f1
commit
6540971298
@ -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;
|
||||
|
@ -72,7 +72,7 @@
|
||||
<English>Spectator Controls</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Spectator_RefreshList">
|
||||
<English>Refresh List</English>
|
||||
<English>Refresh Units</English>
|
||||
</Key>
|
||||
|
||||
<!-- Keybinds -->
|
||||
|
Loading…
Reference in New Issue
Block a user