From f530e0f244ed2ad84db61d8e1069ffc72516d59b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Jan 2013 17:02:19 +0300 Subject: Add padding for items in extended listboxes. New parameter: itemPadding - padding from up and down for each list entry. --- src/gui/widgets/extendedlistbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets/extendedlistbox.h') diff --git a/src/gui/widgets/extendedlistbox.h b/src/gui/widgets/extendedlistbox.h index 9d86b1780..9da77abe7 100644 --- a/src/gui/widgets/extendedlistbox.h +++ b/src/gui/widgets/extendedlistbox.h @@ -52,6 +52,7 @@ class ExtendedListBox final : public ListBox unsigned int mRowHeight; int mImagePadding; int mSpacing; + int mItemPadding; }; #endif -- cgit v1.2.3-60-g2f50