changeset 19031:45d4d4a4fead

center sub window option within the preferences dialog.
author vayne
date Wed, 12 Jul 2006 16:43:03 +0000
parents b5758baabf26
children 55990b84e83c
files Gui/win32/preferences.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/win32/preferences.c	Wed Jul 12 15:42:47 2006 +0000
+++ b/Gui/win32/preferences.c	Wed Jul 12 16:43:03 2006 +0000
@@ -215,7 +215,7 @@
 
             btn = CreateWindow("button", "Display videos in the sub window",
                                WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX,
-                               55, 227, 250, 25,
+                               85, 227, 250, 25,
                                hwnd, (HMENU) ID_SUBWINDOW,
                                ((LPCREATESTRUCT) lParam) -> hInstance,
                                NULL);