]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* res.rc: Fix size and position of rootdir textbox and button.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Nov 2013 10:42:57 +0000 (10:42 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Nov 2013 10:42:57 +0000 (10:42 +0000)
Align size and position of localdir fields to rootdir fields for
optical reasons.

ChangeLog
res.rc

index c9e632980e2414914e8cf403d92b3ef2d9034c6f..fcac226a6c271373e3632eb5a07b7df89e72b91e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * res.rc: Fix size and position of rootdir textbox and button.
+       Align size and position of localdir fields to rootdir fields for
+       optical reasons.
+
 2013-11-15  Corinna Vinschen  <corinna@vinschen.de>
 
        * resource.h (IDC_ROOTDIR_SUBTEXT): Fix typo.
diff --git a/res.rc b/res.rc
index 504ef4b4e6eb1e89eeeb6f94cec34d66fcd997df..bad7bd5c1a38d6b500c66179d5f33d267c96bb17 100644 (file)
--- a/res.rc
+++ b/res.rc
@@ -86,9 +86,9 @@ BEGIN
     CONTROL         "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
                     SETUP_STANDARD_DIALOG_W,1
 
-    GROUPBOX        "Local Package Directory",IDC_LOCALDIR_GRP,5,72,305,35
-    EDITTEXT        IDC_LOCAL_DIR,13,85,245,14,ES_AUTOHSCROLL | WS_GROUP
-    PUSHBUTTON      "B&rowse...",IDC_LOCAL_DIR_BROWSE,260,85,44,14
+    GROUPBOX        "Local Package Directory",IDC_LOCALDIR_GRP,5,35,330,35
+    EDITTEXT        IDC_LOCAL_DIR,13,47,270,14,ES_AUTOHSCROLL | WS_TABSTOP
+    PUSHBUTTON      "B&rowse...",IDC_LOCAL_DIR_BROWSE,285,47,44,14,WS_TABSTOP
 END
 
 IDD_ROOT DIALOG DISCARDABLE  0, 0, SETUP_STANDARD_DIALOG_DIMS
@@ -106,8 +106,8 @@ BEGIN
                     SETUP_STANDARD_DIALOG_W,1
 
     GROUPBOX        "Root Directory",IDC_ROOTDIR_GRP,5,35,330,35
-    EDITTEXT        IDC_ROOT_DIR,13,47,245,14,ES_AUTOHSCROLL | WS_TABSTOP
-    PUSHBUTTON      "B&rowse...",IDC_ROOT_BROWSE,260,47,44,14,WS_TABSTOP
+    EDITTEXT        IDC_ROOT_DIR,13,47,270,14,ES_AUTOHSCROLL | WS_TABSTOP
+    PUSHBUTTON      "B&rowse...",IDC_ROOT_BROWSE,285,47,44,14,WS_TABSTOP
 
     GROUPBOX        "Install For",IDC_INSTALLFOR_GRP,5,76,330,101
     CONTROL         "&All Users (RECOMMENDED)",IDC_ROOT_SYSTEM,"Button",
This page took 0.042462 seconds and 5 git commands to generate.