diff options
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 57c98765d9..e6ca587c63 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -218,7 +218,7 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,319,240,50,14
PUSHBUTTON "Apply",IDC_APPLY,371,240,50,14,WS_DISABLED
GROUPBOX "Static",IDC_TITLEBOX,95,27,329,187
- EDITTEXT IDC_DESC,99,191,323,20,ES_MULTILINE | ES_READONLY | ES_WANTRETURN | NOT WS_BORDER | NOT WS_TABSTOP
+ 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
|