Paul Vriens : winetest: Give the 'Running' progress bar the same size as the others.

Alexandre Julliard julliard at winehq.org
Tue Nov 18 09:27:18 CST 2008


Module: wine
Branch: master
Commit: 812c5e1bf19504e8155d43145b001b6cd2077520
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=812c5e1bf19504e8155d43145b001b6cd2077520

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Nov 18 11:39:55 2008 +0100

winetest: Give the 'Running' progress bar the same size as the others.

---

 programs/winetest/winetest.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/winetest/winetest.rc b/programs/winetest/winetest.rc
index a28e0d7..4d406f2 100644
--- a/programs/winetest/winetest.rc
+++ b/programs/winetest/winetest.rc
@@ -49,9 +49,9 @@ BEGIN
     LTEXT   "Extracting:",       IDC_ST0,        10,   5, 140, 10
     CONTROL "PB0", IDC_PB0, PROGRESS_CLASS, 0,    5,  15, 150, 10
     LTEXT   "Running:",          IDC_ST1,        10,  30, 140, 10
-    CONTROL "PB1", IDC_PB1, PROGRESS_CLASS, 0,    5,  40, 150, 15
-    LTEXT   "Network transfer:", IDC_ST2,        10,  60, 140, 10
-    CONTROL "PB2", IDC_PB2, PROGRESS_CLASS, 0,    5,  70, 150, 10
+    CONTROL "PB1", IDC_PB1, PROGRESS_CLASS, 0,    5,  40, 150, 10
+    LTEXT   "Network transfer:", IDC_ST2,        10,  55, 140, 10
+    CONTROL "PB2", IDC_PB2, PROGRESS_CLASS, 0,    5,  65, 150, 10
                                                
     LTEXT   "Tag:",               IDC_STATIC,    10,  89, 100, 10
     EDITTEXT                      IDC_TAG,       25,  88, 125, 10,




More information about the wine-cvs mailing list