fix developer hotkey display being cut off
This commit is contained in:
@@ -346,6 +346,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
var globalTemplate = hotkeyList.Get("GLOBAL_TEMPLATE");
|
||||
var unitTemplate = hotkeyList.Get("UNIT_TEMPLATE");
|
||||
var productionTemplate = hotkeyList.Get("PRODUCTION_TEMPLATE");
|
||||
var developerTemplate = hotkeyList.Get("DEVELOPER_TEMPLATE");
|
||||
hotkeyList.RemoveChildren();
|
||||
|
||||
Func<bool> returnTrue = () => true;
|
||||
@@ -473,7 +474,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
hotkeyList.AddChild(header);
|
||||
|
||||
foreach (var kv in hotkeys)
|
||||
BindHotkeyPref(kv, ks, globalTemplate, hotkeyList);
|
||||
BindHotkeyPref(kv, ks, developerTemplate, hotkeyList);
|
||||
}
|
||||
|
||||
return () =>
|
||||
|
||||
@@ -451,6 +451,20 @@ Container@SETTINGS_PANEL:
|
||||
X: PARENT_RIGHT-WIDTH+1
|
||||
Width: 80
|
||||
Height: 25
|
||||
Container@DEVELOPER_TEMPLATE:
|
||||
Width: 262
|
||||
Height: 25
|
||||
Visible: false
|
||||
Children:
|
||||
Label@FUNCTION:
|
||||
Y: 0-1
|
||||
Width: PARENT_RIGHT - 115
|
||||
Height: 25
|
||||
Align: Right
|
||||
HotkeyEntry@HOTKEY:
|
||||
X: PARENT_RIGHT-WIDTH
|
||||
Width: 110
|
||||
Height: 25
|
||||
Container@ADVANCED_PANEL:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
|
||||
@@ -456,6 +456,20 @@ Background@SETTINGS_PANEL:
|
||||
X: PARENT_RIGHT-WIDTH+1
|
||||
Width: 80
|
||||
Height: 25
|
||||
Container@DEVELOPER_TEMPLATE:
|
||||
Width: 262
|
||||
Height: 25
|
||||
Visible: false
|
||||
Children:
|
||||
Label@FUNCTION:
|
||||
Y: 0-1
|
||||
Width: PARENT_RIGHT - 115
|
||||
Height: 25
|
||||
Align: Right
|
||||
HotkeyEntry@HOTKEY:
|
||||
X: PARENT_RIGHT-WIDTH
|
||||
Width: 110
|
||||
Height: 25
|
||||
Container@ADVANCED_PANEL:
|
||||
X: 5
|
||||
Y: 50
|
||||
|
||||
Reference in New Issue
Block a user