OSDN Git Service

Fix osdn.net ticket #42063: Make the width of the 'Find what' label in Find dialog...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 23 Apr 2021 12:11:37 +0000 (21:11 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 23 Apr 2021 12:11:37 +0000 (21:11 +0900)
Src/Merge.rc

index ae58df4..e530a4f 100644 (file)
@@ -1135,22 +1135,22 @@ BEGIN
     PUSHBUTTON      "Reset",IDC_RESET_ALL_MESSAGE_BOXES,161,228,88,14,NOT WS_TABSTOP\r
 END\r
 \r
-IDD_EDIT_FIND DIALOGEX 30, 73, 305, 96\r
+IDD_EDIT_FIND DIALOGEX 30, 73, 324, 96\r
 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
 CAPTION "Find"\r
 FONT 8, "MS Shell Dlg", 0, 0, 0x1\r
 BEGIN\r
-    LTEXT           "Fi&nd what:",IDC_STATIC,7,9,60,10\r
-    COMBOBOX        IDC_EDIT_FINDTEXT,69,7,150,65,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP\r
+    LTEXT           "Fi&nd what:",IDC_STATIC,7,9,70,10\r
+    COMBOBOX        IDC_EDIT_FINDTEXT,80,7,160,65,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP\r
     CONTROL         "Match &whole word only",IDC_EDIT_WHOLE_WORD,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,24,140,10\r
     CONTROL         "Match &case",IDC_EDIT_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,36,140,10\r
     CONTROL         "Regular &expression",IDC_EDIT_REGEXP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,48,140,10\r
     CONTROL         "D&on't wrap end of file",IDC_FINDDLG_DONTWRAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,60,200,10\r
     CONTROL         "&Don't close this dialog box",IDC_FINDDLG_DONTCLOSE,\r
                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,72,200,10\r
-    DEFPUSHBUTTON   "&Find Next",IDOK,226,7,72,14,WS_GROUP\r
-    PUSHBUTTON      "Find &Prev",IDC_EDIT_FINDPREV,226,24,72,14,WS_GROUP\r
-    PUSHBUTTON      "Cancel",IDCANCEL,226,41,72,14\r
+    DEFPUSHBUTTON   "&Find Next",IDOK,247,7,70,14,WS_GROUP\r
+    PUSHBUTTON      "Find &Prev",IDC_EDIT_FINDPREV,247,24,70,14,WS_GROUP\r
+    PUSHBUTTON      "Cancel",IDCANCEL,247,41,70,14\r
 END\r
 \r
 IDD_DIR_FILTER DIALOGEX 30, 73, 293, 74\r