Commit 64f7ab87 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winecfg: Resize more controls for translations.

parent 2bf08132
......@@ -224,8 +224,8 @@ BEGIN
LTEXT "Failed to connect to the mount manager, the drive configuration cannot be edited.", IDC_STATIC_MOUNTMGR_ERROR, 15,30,190,76
CONTROL "",IDC_LIST_DRIVES,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT |
LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,18,232,76
PUSHBUTTON "&Add...",IDC_BUTTON_ADD,15,98,47,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,66,98,47,14
PUSHBUTTON "&Add...",IDC_BUTTON_ADD,15,98,53,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,72,98,53,14
PUSHBUTTON "Auto&detect",IDC_BUTTON_AUTODETECT,146,98,100,14
/* editing drive details */
......@@ -238,8 +238,8 @@ BEGIN
PUSHBUTTON "Show &Advanced",IDC_BUTTON_SHOW_HIDE_ADVANCED,146,135,100,13
LTEXT "De&vice:",IDC_STATIC_DEVICE,15,153,42,9
EDITTEXT IDC_EDIT_DEVICE,59,150,132,13,ES_AUTOHSCROLL | WS_TABSTOP
PUSHBUTTON "Bro&wse...",IDC_BUTTON_BROWSE_DEVICE,196,150,50,13
EDITTEXT IDC_EDIT_DEVICE,59,150,122,13,ES_AUTOHSCROLL | WS_TABSTOP
PUSHBUTTON "Bro&wse...",IDC_BUTTON_BROWSE_DEVICE,186,150,60,13
LTEXT "&Label:",IDC_STATIC_LABEL,15,168,42,12
EDITTEXT IDC_EDIT_LABEL,59,165,78,13,ES_AUTOHSCROLL | WS_TABSTOP
......
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