diff options
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 17f2f887ca..4b76fd4f6d 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -560,6 +560,7 @@ IDD_OPT_ITEM_ROW DIALOGEX 0, 0, 232, 218 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
LISTBOX IDC_LIST_ORDER,7,26,175,52,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
LTEXT "Order of items:",IDC_STATIC,7,13,117,10
RTEXT "Minimum row height:",IDC_STATIC,7,90,101,8
|