diff --git a/OpenRA.Game/Widgets/ListBoxWidget.cs b/OpenRA.Game/Widgets/ListBoxWidget.cs index 961f4acd6f..0a4f8b0304 100644 --- a/OpenRA.Game/Widgets/ListBoxWidget.cs +++ b/OpenRA.Game/Widgets/ListBoxWidget.cs @@ -23,10 +23,10 @@ namespace OpenRA.Widgets { class ListBoxWidget : Widget { - public readonly string Background = "dialog"; + public readonly string Background = "dialog3"; public readonly int ScrollbarWidth = 24; public readonly float ScrollVelocity = 4f; - public readonly int HeaderHeight = 25; + public readonly int HeaderHeight = 0; public int ContentHeight = 0; diff --git a/mods/cnc/menus.yaml b/mods/cnc/menus.yaml index 09edf36a1c..2b2e08dd70 100644 --- a/mods/cnc/menus.yaml +++ b/mods/cnc/menus.yaml @@ -773,7 +773,7 @@ Container: Height:25 ClickThrough:false X:2 - Y:25 + Y:0 Visible:false Label@CURMAP_TITLE_LABEL: Id:CURMAP_TITLE_LABEL diff --git a/mods/ra/menus.yaml b/mods/ra/menus.yaml index cee56275db..8ffb4ce7e8 100644 --- a/mods/ra/menus.yaml +++ b/mods/ra/menus.yaml @@ -773,7 +773,7 @@ Container: Height:25 ClickThrough:false X:2 - Y:25 + Y:0 Visible:false Label@CURMAP_TITLE_LABEL: Id:CURMAP_TITLE_LABEL