summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-01 15:08:30 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-01 15:08:30 +0300
commitcdb069409c514a1cec196c2e90ec2f97a5b6753f (patch)
treea12adb49b01dec757e826ffe547fedc8b16bc29a /src/gui/widgets/popup.h
parent020c5e1b6abd52135a3b87fc38238498d7ac6e3d (diff)
downloadplus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.gz
plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.bz2
plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.xz
plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.zip
Add support for theming in bars in top left corner.
New theme options in ministatus.xml: padding - border padding spacing - space between buttons iconPadding - padding for icons iconSpacing - space between icons
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r--src/gui/widgets/popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h
index 410e14059..e4ff5ed4b 100644
--- a/src/gui/widgets/popup.h
+++ b/src/gui/widgets/popup.h
@@ -170,6 +170,7 @@ class Popup : public Container, public gcn::MouseListener,
protected:
int mPadding; /**< Holds the padding of the popup. */
+ Skin *mSkin; /**< Skin in use by this popup */
private:
std::string mPopupName; /**< Name of the popup */
@@ -178,7 +179,6 @@ class Popup : public Container, public gcn::MouseListener,
int mMaxWidth; /**< Maximum popup width */
int mMaxHeight; /**< Maximum popup height */
- Skin *mSkin; /**< Skin in use by this popup */
ImageCollection *mVertexes;
bool mRedraw;
};