Commit 4e59e4b9 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Correct coordinates of a couple of controls.

parent d5c07207
......@@ -235,9 +235,9 @@ FONT 8, "MS Shell Dlg"
LTEXT "&:", stc6, 16, 20, 36,8
COMBOBOX cmb4, 52, 18, 152,152,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
LTEXT ":", stc8, 16, 36, 36,10, SS_NOPREFIX
LTEXT "", stc12, 60, 36, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
LTEXT "", stc12, 52, 36, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
LTEXT ":", stc7, 16, 48, 36,10, SS_NOPREFIX
LTEXT "", stc11, 60, 48, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
LTEXT "", stc11, 52, 48, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
LTEXT ":", stc10, 16, 60, 36,10, SS_NOPREFIX
LTEXT "", stc14, 60, 60, 224,10, SS_NOPREFIX | SS_LEFTNOWORDWRAP
LTEXT ":", stc9, 16, 72, 36,10, SS_NOPREFIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment