diff options
| author | jacob1 <jfu614@gmail.com> | 2012-09-26 00:32:30 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-26 15:46:03 (GMT) |
| commit | 95cc715d71f6fb1a9887272e9cb5a0dc14e2da4e (patch) | |
| tree | 0dd953c351bc44b011d962d39de8fbbe047ee94d /src/interface | |
| parent | 0f38fa71ab19db40449cb0b9884899f529f4cc25 (diff) | |
| download | powder-95cc715d71f6fb1a9887272e9cb5a0dc14e2da4e.zip powder-95cc715d71f6fb1a9887272e9cb5a0dc14e2da4e.tar.gz | |
render preset buttons in render options interface, also shift + 1 life view shortcut
modify it if you don't like how it looks, but it turned out better than I expected
Diffstat (limited to 'src/interface')
| -rw-r--r-- | src/interface/Checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/Checkbox.cpp b/src/interface/Checkbox.cpp index ae24b00..22c6a42 100644 --- a/src/interface/Checkbox.cpp +++ b/src/interface/Checkbox.cpp @@ -34,7 +34,7 @@ std::string Checkbox::GetText() void Checkbox::SetIcon(Icon icon) { Appearance.icon = icon; - iconPosition.X = 17; + iconPosition.X = 16; iconPosition.Y = 3; } |
