mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
winecfg: Better alignment of text and combobox.
This commit is contained in:
parent
587f14da0b
commit
550aaaded5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user