summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/win32/preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/win32/preferences.c b/Gui/win32/preferences.c
index 83711a0135..c74ffeb063 100644
--- a/Gui/win32/preferences.c
+++ b/Gui/win32/preferences.c
@@ -215,7 +215,7 @@ static LRESULT CALLBACK PrefsWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM
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);