Commit 550aaade authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winecfg: Better alignment of text and combobox.

parent 587f14da
......@@ -74,8 +74,8 @@ BEGIN
EDITTEXT IDC_DESKTOP_HEIGHT,117,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
GROUPBOX " Direct3D ",IDC_STATIC,8,95,244,49
LTEXT "Vertex Shader ondersteuning: ",IDC_STATIC,15,110,80,32
COMBOBOX IDC_D3D_VSHADER_MODE,100,108,145,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Vertex Shader ondersteuning: ",IDC_STATIC,15,110,100,32
COMBOBOX IDC_D3D_VSHADER_MODE,120,108,125,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Pixel Shader toestaan (indien ondersteund door de hardware)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,126,230,10
GROUPBOX " Screen &Resolution ",IDC_STATIC,8,151,244,93
......
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