[MPlayer-cvslog] r34797 - trunk/gui/win32/preferences.c

ib subversion at mplayerhq.hu
Sun Mar 4 16:42:16 CET 2012


Author: ib
Date: Sun Mar  4 16:42:16 2012
New Revision: 34797

Log:
Increase width of control for cache size in Win32 GUI.

Modified:
   trunk/gui/win32/preferences.c

Modified: trunk/gui/win32/preferences.c
==============================================================================
--- trunk/gui/win32/preferences.c	Sun Mar  4 16:38:45 2012	(r34796)
+++ trunk/gui/win32/preferences.c	Sun Mar  4 16:42:16 2012	(r34797)
@@ -310,7 +310,7 @@ static LRESULT CALLBACK PrefsWndProc(HWN
             edit1 = CreateWindowEx(WS_EX_CLIENTEDGE, "edit", "cache",
                                    WS_CHILD | WS_VISIBLE | WS_DISABLED |
                                    ES_LEFT | ES_AUTOHSCROLL,
-                                   105, 225, 40, 20, hwnd,
+                                   105, 225, 60, 20, hwnd,
                                    (HMENU) ID_EDIT1,
                                    ((LPCREATESTRUCT) lParam) -> hInstance,
                                    NULL);
@@ -319,7 +319,7 @@ static LRESULT CALLBACK PrefsWndProc(HWN
             updown1 = CreateUpDownControl(WS_CHILD | WS_VISIBLE |
                                           WS_DISABLED | UDS_SETBUDDYINT |
                                           UDS_ARROWKEYS | UDS_NOTHOUSANDS,
-                                          145, 225, 20, 20, hwnd,
+                                          165, 225, 20, 20, hwnd,
                                           ID_UPDOWN1,
                                           ((LPCREATESTRUCT) lParam) -> hInstance,
                                           (HWND)edit1, 0, 0, 0);


More information about the MPlayer-cvslog mailing list