From 9f89a15fbcaf3f24f4c941b7061979e424d6384a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Oct 2012 12:38:47 +0300 Subject: Extend theming listbox with image. New theme options: imagePadding - padding for image from left spacing - space between image and text --- src/gui/widgets/extendedlistbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/extendedlistbox.h') 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 -- cgit v1.2.3-60-g2f50