diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 19:55:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 19:55:59 (GMT) |
| commit | 5a2da01a5b1d59bae3d1f00132230835e6803301 (patch) | |
| tree | a580fe32daa8bac4acb002d32f51552a00c30e72 /src/interface/Appearance.cpp | |
| parent | 82d2bcc7c2fe7ae5ba40b915ce22422a36d68639 (diff) | |
| download | powder-5a2da01a5b1d59bae3d1f00132230835e6803301.zip powder-5a2da01a5b1d59bae3d1f00132230835e6803301.tar.gz | |
Tags, fixes #55
Diffstat (limited to 'src/interface/Appearance.cpp')
| -rw-r--r-- | src/interface/Appearance.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/interface/Appearance.cpp b/src/interface/Appearance.cpp index b504d02..45c3592 100644 --- a/src/interface/Appearance.cpp +++ b/src/interface/Appearance.cpp @@ -14,18 +14,21 @@ namespace ui HorizontalAlign(AlignCentre), VerticalAlign(AlignMiddle), - BackgroundHover(30, 30, 30), + BackgroundHover(20, 20, 20), BackgroundInactive(0, 0, 0), BackgroundActive(255, 255, 255), - BackgroundDisabled(100, 100, 100), + BackgroundDisabled(10, 10, 10), TextHover(255, 255, 255), TextInactive(255, 255, 255), TextActive(0, 0, 0), + TextDisabled(100, 100, 100), BorderHover(255, 255, 255), BorderInactive(200, 200, 200), - BorderActive(255, 255, 255), + BorderActive(235, 235, 235), + BorderDisabled(100, 100, 100), + Margin(1, 4), icon(NoIcon), |
