Lucas Zawacki : joy.cpl: Better arrangement of elements even with higher DPIs.

Alexandre Julliard julliard at winehq.org
Mon Aug 13 13:21:16 CDT 2012


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

Author: Lucas Zawacki <lfzawacki at gmail.com>
Date:   Wed Aug  1 17:37:45 2012 -0300

joy.cpl: Better arrangement of elements even with higher DPIs.

---

 dlls/joy.cpl/joy.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/joy.cpl/joy.rc b/dlls/joy.cpl/joy.rc
index 708518b..f407aa6 100644
--- a/dlls/joy.cpl/joy.rc
+++ b/dlls/joy.cpl/joy.rc
@@ -34,11 +34,11 @@ CAPTION "Joysticks"
 FONT 8, "Ms Shell Dlg"
 {
     PUSHBUTTON      "&Disable", IDC_BUTTONDISABLE, 200, 20, 50, 15
-    PUSHBUTTON      "&Enable", IDC_BUTTONENABLE, 200, 95, 50, 15
+    PUSHBUTTON      "&Enable", IDC_BUTTONENABLE, 200, 105, 50, 15
     LTEXT           "Connected", IDC_STATIC, 10, 10, 100, 10
     LISTBOX         IDC_JOYSTICKLIST, 10, 20, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
-    LTEXT           "Disabled", IDC_STATIC, 10, 85, 100, 10
-    LISTBOX         IDC_DISABLEDLIST, 10, 95, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
+    LTEXT           "Disabled", IDC_STATIC, 10, 95, 100, 10
+    LISTBOX         IDC_DISABLEDLIST, 10, 105, 180, 70, WS_TABSTOP | WS_VSCROLL | LBS_NOTIFY
 }
 
 IDD_TEST DIALOG 0, 0, 320, 220




More information about the wine-cvs mailing list