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 {
|
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;
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user