Better listbox rows

This commit is contained in:
Paul Chote
2010-07-12 21:10:00 +12:00
parent e23ee6d892
commit 7d2a5d6f42
6 changed files with 41 additions and 34 deletions

View File

@@ -28,6 +28,8 @@ namespace OpenRA.Widgets
public readonly float ScrollVelocity = 4f;
public readonly int HeaderHeight = 25;
public int ContentHeight = 0;
float ListOffset = 0;
bool UpPressed = false;
bool DownPressed = false;