[winecfg 18] Minor GUI layout

Mike Hearn mike at theoretic.com
Tue Oct 21 03:29:46 CDT 2003


Just a little one this time. Next up I think I'll go for DLL overrides.

ChangeLog:
Minor GUI relayout

Only in ../head/programs/winecfg: .cvsignore
Only in programs/winecfg: .cvsignore.rej
diff -ur --exclude-from=diff-exclusions ../head/programs/winecfg/En.rc programs/winecfg/En.rc
--- ../head/programs/winecfg/En.rc	2003-09-30 01:27:55.000000000 +0100
+++ programs/winecfg/En.rc	2003-10-19 13:26:44.000000000 +0100
@@ -51,9 +51,6 @@
 STYLE WS_CHILD | WS_DISABLED
 FONT 8, "MS Sans Serif"
 BEGIN
-/*  CONTROL         "List2",IDC_LIST_APPS,"SysListView32",LVS_LIST | 
-                    LVS_NOLABELWRAP | WS_BORDER | WS_TABSTOP,16,39,226,108
- */
     CONTROL         "Configuring global settings",IDC_EDITING_GLOBAL,
                     "Button",BS_AUTORADIOBUTTON,8,8,244,10 
     CONTROL         "Configuring application specific setttings",IDC_EDITING_APP,
@@ -63,10 +60,10 @@
     LTEXT           "Here you can override the default settings on a per-application basis:",
                     IDC_STATIC,8,35,244,20
 		    
-    LISTBOX         IDC_LIST_APPS,8,48,244,108,WS_TABSTOP | WS_VSCROLL		    
+    LISTBOX         IDC_LIST_APPS,8,48,244,176,WS_TABSTOP | WS_VSCROLL		    
 		    
-    PUSHBUTTON	    "Add new application...",IDC_ADD_APPDEFAULT,170,155,82,14
-    PUSHBUTTON	    "Remove",IDC_REMOVE_APPDEFAULT,130,155,37,14
+    PUSHBUTTON	    "Add new application...",IDC_ADD_APPDEFAULT,170,226,82,14
+    PUSHBUTTON	    "Remove",IDC_REMOVE_APPDEFAULT,130,226,37,14
 		    
 END
 
Only in programs/winecfg: En.rc.orig
Only in programs/winecfg: En.rc.rej
diff -ur --exclude-from=diff-exclusions ../head/programs/winecfg/winecfg.c programs/winecfg/winecfg.c
--- ../head/programs/winecfg/winecfg.c	2003-10-09 05:39:01.000000000 +0100
+++ programs/winecfg/winecfg.c	2003-10-17 19:55:13.000000000 +0100
@@ -25,9 +25,7 @@
  *   - Implement autodetect for drive configuration
  *   - Figure out whether we need the virtual vs real drive selection stuff at the top of the property page
  *   - Implement explicit mode vs instant-apply mode
- *   - AppDefaults handling
  *   - DLL editing
- *   - Make a list of prefs that have been dropped from the UI/should be eliminated
  *   - Multimedia page
  *   - Settings migration code (from old configs)
  *   - Clean up resource.h, it's a bog





More information about the wine-patches mailing list