From 4a7c19cf93b89afa68ea4956bf70a1f2dd0a0cf0 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 12 Jul 2010 21:16:37 +1200 Subject: [PATCH] Better temp artwork for listboxes --- OpenRA.Game/Widgets/ListBoxWidget.cs | 4 ++-- mods/cnc/menus.yaml | 2 +- mods/ra/menus.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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