summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-18 12:38:47 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-18 12:38:47 +0300
commit9f89a15fbcaf3f24f4c941b7061979e424d6384a (patch)
tree20d4fcec6e56b2bc35c095918ecb0b1d7dcf9a18 /src/gui/widgets/extendedlistbox.h
parentf5c13fca3863b2871ac20f9937bce4eb45c4a94c (diff)
downloadManaVerse-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.gz
ManaVerse-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.bz2
ManaVerse-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.xz
ManaVerse-9f89a15fbcaf3f24f4c941b7061979e424d6384a.zip
Extend theming listbox with image.
New theme options: imagePadding - padding for image from left spacing - space between image and text
Diffstat (limited to 'src/gui/widgets/extendedlistbox.h')
-rw-r--r--src/gui/widgets/extendedlistbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/extendedlistbox.h b/src/gui/widgets/extendedlistbox.h
index 87e4ffde0..f9563c6c4 100644
--- a/src/gui/widgets/extendedlistbox.h
+++ b/src/gui/widgets/extendedlistbox.h
@@ -48,6 +48,8 @@ class ExtendedListBox final : public ListBox
protected:
unsigned int mRowHeight;
+ int mImagePadding;
+ int mSpacing;
};
#endif