diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-23 19:25:35 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-23 19:25:35 (GMT) |
| commit | f8fcd73b20fe484c506fa55615acb3403ae386cf (patch) | |
| tree | 6f36c2ee2cd4fdd83c59c1d2acd4a863d4f87167 /src/interface/Appearance.cpp | |
| parent | f41ab864ef837c169d3c98da1c98fceb3af1ecc8 (diff) | |
| download | powder-f8fcd73b20fe484c506fa55615acb3403ae386cf.zip powder-f8fcd73b20fe484c506fa55615acb3403ae386cf.tar.gz | |
Moar button appearance
Diffstat (limited to 'src/interface/Appearance.cpp')
| -rw-r--r-- | src/interface/Appearance.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface/Appearance.cpp b/src/interface/Appearance.cpp index c089d76..2922722 100644 --- a/src/interface/Appearance.cpp +++ b/src/interface/Appearance.cpp @@ -17,6 +17,7 @@ namespace ui BackgroundHover(30, 30, 30), BackgroundInactive(0, 0, 0), BackgroundActive(255, 255, 255), + BackgroundDisabled(100, 100, 100), TextHover(255, 255, 255), TextInactive(255, 255, 255), @@ -29,4 +30,4 @@ namespace ui icon(NoIcon) {}; -}
\ No newline at end of file +} |
