Zebediah Figura : regedit: Make hexedit dialog a little larger.

Alexandre Julliard julliard at winehq.org
Mon Mar 12 17:40:25 CDT 2018


Module: wine
Branch: master
Commit: c52cfd312951b54cd6d796d11d7830ea994c00ac
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c52cfd312951b54cd6d796d11d7830ea994c00ac

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sun Mar 11 12:28:33 2018 -0500

regedit: Make hexedit dialog a little larger.

Both in the interest of having an even 8 bytes per line, and of having more
than two lines visible at once.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/regedit.rc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/programs/regedit/regedit.rc b/programs/regedit/regedit.rc
index 4a51bcf..a3e0a01 100644
--- a/programs/regedit/regedit.rc
+++ b/programs/regedit/regedit.rc
@@ -336,17 +336,17 @@ BEGIN
     PUSHBUTTON   "Cancel",IDCANCEL,160,81,45,15,WS_GROUP
 END
 
-IDD_EDIT_BINARY DIALOG  22, 17, 170, 100
+IDD_EDIT_BINARY DIALOG  22, 17, 250, 200
 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
 CAPTION "Edit Binary"
 FONT 8, "MS Shell Dlg"
 BEGIN
     LTEXT           "Value name:",IDC_STATIC,5,5,119,8
-    EDITTEXT        IDC_VALUE_NAME,5,15,160,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
+    EDITTEXT        IDC_VALUE_NAME,5,15,240,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
     LTEXT           "Value data:",IDC_STATIC,5,30,90,8
-    CONTROL         "",IDC_VALUE_DATA,"HexEdit",WS_TABSTOP,5,40,160,40
-    DEFPUSHBUTTON   "OK",IDOK,70,83,45,15,WS_GROUP
-    PUSHBUTTON   "Cancel",IDCANCEL,120,83,45,15,WS_GROUP
+    CONTROL         "",IDC_VALUE_DATA,"HexEdit",WS_TABSTOP,5,40,240,140
+    DEFPUSHBUTTON   "OK",IDOK,70,183,45,15,WS_GROUP
+    PUSHBUTTON   "Cancel",IDCANCEL,120,183,45,15,WS_GROUP
 END
 
 IDD_EDIT_MULTI_STRING DIALOG  22, 17, 210, 175




More information about the wine-cvs mailing list