Better temp artwork for listboxes

This commit is contained in:
Paul Chote
2010-07-12 21:16:37 +12:00
parent 7d2a5d6f42
commit 4a7c19cf93
3 changed files with 4 additions and 4 deletions

View File

@@ -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;