This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Resize title controls to fully fill available width


2003-05-30  Max Bowsher  maxb@ukf.net

        * res.rc: Resize title controls to fully fill available width.

Index: res.rc
===================================================================
RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/res.rc,v
retrieving revision 2.48
diff -u -p -r2.48 res.rc
--- res.rc 9 Mar 2003 01:39:42 -0000 2.48
+++ res.rc 30 May 2003 18:55:00 -0000
@@ -43,7 +43,7 @@ BEGIN
     CONTROL         "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
                     317,1
     LTEXT           "Choose A Download Source",IDC_STATIC_HEADER_TITLE,7,0,
-                    131,8,NOT WS_GROUP
+                    258,8,NOT WS_GROUP
     LTEXT           "Choose whether to install or download from the
internet, or install from files in a local directory.",
                     IDC_STATIC,21,9,239,16,NOT WS_GROUP
 END
@@ -61,7 +61,7 @@ BEGIN
     CONTROL         "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
                     317,1
     LTEXT           "Choose whether to disable your virus scanner while
installing.",IDC_STATIC_HEADER_TITLE,7,0,
-                    131,8,NOT WS_GROUP
+                    258,8,NOT WS_GROUP
     LTEXT           "Some Antivirus programs, notably McAfee, cause a blue
screen on Windows NT/2000/XP computers during installation of Cygwin.",
          IDC_STATIC,21,9,239,16,NOT WS_GROUP
     LTEXT     "One that may be a problem has been detected. Cygwin setup
can disable this during the installation process, and re-enable it when the
install is complete.",
@@ -189,7 +189,7 @@ BEGIN
                     317,1
     LTEXT           "This page displays the progress of the download or
installation.",
                     IDC_STATIC,21,9,239,16,NOT WS_GROUP
-    LTEXT           "Progress",IDC_STATIC_HEADER_TITLE,7,0,253,8,NOT
+    LTEXT           "Progress",IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT
                     WS_GROUP
 END



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]