Better temp artwork for listboxes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user