summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-14 18:50:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-14 18:50:27 +0300
commit066488a6f4d086b57f4fe32e8799c207552cccb7 (patch)
tree2c73d80030ff0da73fc5f5b4b664a34030a51633 /src/gui/setup_colors.h
parent0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b (diff)
downloadplus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.gz
plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.bz2
plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.xz
plus-066488a6f4d086b57f4fe32e8799c207552cccb7.zip
Add theming to labels.
New theme file: label.xml Parameters: padding
Diffstat (limited to 'src/gui/setup_colors.h')
-rw-r--r--src/gui/setup_colors.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h
index 2f92bfc8f..3f7be10b9 100644
--- a/src/gui/setup_colors.h
+++ b/src/gui/setup_colors.h
@@ -30,12 +30,12 @@
#include <string>
class BrowserBox;
+class Label;
class TextField;
class TextPreview;
namespace gcn
{
- class Label;
class ListBox;
class ScrollArea;
class Slider;
@@ -69,25 +69,25 @@ class Setup_Colors final : public SetupTab,
gcn::ScrollArea *mPreviewBox;
int mSelected;
- gcn::Label *mGradTypeLabel;
+ Label *mGradTypeLabel;
gcn::Slider *mGradTypeSlider;
- gcn::Label *mGradTypeText;
+ Label *mGradTypeText;
- gcn::Label *mGradDelayLabel;
+ Label *mGradDelayLabel;
gcn::Slider *mGradDelaySlider;
TextField *mGradDelayText;
- gcn::Label *mRedLabel;
+ Label *mRedLabel;
gcn::Slider *mRedSlider;
TextField *mRedText;
int mRedValue;
- gcn::Label *mGreenLabel;
+ Label *mGreenLabel;
gcn::Slider *mGreenSlider;
TextField *mGreenText;
int mGreenValue;
- gcn::Label *mBlueLabel;
+ Label *mBlueLabel;
gcn::Slider *mBlueSlider;
TextField *mBlueText;
int mBlueValue;