diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:13:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:13:17 (GMT) |
| commit | 136675b56a8a1862afb41ccee5c14e93e483b964 (patch) | |
| tree | 8f679477c5e1c0984a5cb9c169e339c1ca0d6e0c /src/Style.h | |
| parent | 45563e97e813cfd21724ad1111e5de3e04679e1a (diff) | |
| download | powder-136675b56a8a1862afb41ccee5c14e93e483b964.zip powder-136675b56a8a1862afb41ccee5c14e93e483b964.tar.gz | |
Move style into Component
Diffstat (limited to 'src/Style.h')
| -rw-r--r-- | src/Style.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Style.h b/src/Style.h index 81d3a9e..75df1b3 100644 --- a/src/Style.h +++ b/src/Style.h @@ -18,6 +18,8 @@ namespace style static ui::Colour WarningTitle; static ui::Colour ErrorTitle; + static ui::Colour ConfirmButton; + static ui::Colour ActiveBorder; static ui::Colour InactiveBorder; |
