From 363cf5d94bf40e513148976d09d70e7cc4e76dd4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Feb 2024 17:21:38 +0300 Subject: fixes #4232 (tabSRMM: added container option to specify side bar's width) --- plugins/TabSRMM/res/resource.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/TabSRMM/res') diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 7f65fda2b5..1d1ad8dc44 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -175,13 +175,16 @@ BEGIN EDITTEXT IDC_DESC,99,186,323,25,ES_MULTILINE | ES_READONLY | ES_WANTRETURN | NOT WS_BORDER | NOT WS_TABSTOP LTEXT "Tab location",IDC_O_TABMODE,121,41,260,12 COMBOBOX IDC_TABMODE,120,50,260,14,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP - LTEXT "When using the switch bar, use the following layout",IDC_O_SBARLAYOUT,121,66,270,12 + LTEXT "When using the switch bar, use the following layout",IDC_O_SBARLAYOUT,120,66,270,12 COMBOBOX IDC_SBARLAYOUT,120,76,260,14,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP CONTROL "Flash event icon on tab",IDC_FLASHICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,94,290,10 CONTROL "Flash text label on tabs",IDC_FLASHLABEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,105,290,10 CONTROL "Single row tab control (*)",IDC_SINGLEROWTAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,116,290,10 CONTROL "Close button on tabs",IDC_CLOSEBUTTONONTABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,127,290,10 CONTROL "Use button tabs (*)",IDC_BUTTONTABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,138,290,10 + LTEXT "Side bar width",IDC_O_SBARWIDTH,120,151,200,12 + EDITTEXT IDC_SBARWIDTH,320,150,41,12,ES_AUTOHSCROLL | ES_NUMBER + CONTROL "",IDC_SBARWIDTH_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,362,150,11,11 LTEXT "You have chosen to disable all event notifications for open message windows.",IDC_O_EXPLAINGLOBALNOTIFY,103,105,240,30 LTEXT "Show contact avatars",IDC_O_STATIC_AVATAR,105,41,233,12 COMBOBOX IDC_AVATARMODE,105,50,220,14,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP -- cgit v1.2.3