From 54542829468d5f15e3e4a5f9cd10dd33589c710b Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Fri, 24 Oct 2003 04:18:17 +0000 Subject: [PATCH] Minor GUI relayout. --- programs/winecfg/En.rc | 9 +++------ programs/winecfg/winecfg.c | 2 -- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 82ac95390d9..ca9cea08fb0 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc @@ -51,9 +51,6 @@ IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250 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 @@ BEGIN 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 diff --git a/programs/winecfg/winecfg.c b/programs/winecfg/winecfg.c index 8c2b78606d2..6fc5f0598b4 100644 --- a/programs/winecfg/winecfg.c +++ b/programs/winecfg/winecfg.c @@ -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