diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-18 12:38:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-18 12:38:47 +0300 |
commit | 9f89a15fbcaf3f24f4c941b7061979e424d6384a (patch) | |
tree | 20d4fcec6e56b2bc35c095918ecb0b1d7dcf9a18 /src/gui/widgets/extendedlistbox.h | |
parent | f5c13fca3863b2871ac20f9937bce4eb45c4a94c (diff) | |
download | plus-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.gz plus-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.bz2 plus-9f89a15fbcaf3f24f4c941b7061979e424d6384a.tar.xz plus-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.h | 2 |
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 |