From 91e3843732b2e6e0643066fd11a45100d2b454af Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 24 Apr 2016 01:05:43 +0200 Subject: Windows: resize Volume ID field on favorites dialog to display full value of ID --- src/Mount/Mount.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mount') diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index f39c8543..96bb95c4 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -341,7 +341,7 @@ BEGIN PUSHBUTTON "Move &Up",IDC_FAVORITE_MOVE_UP,7,104,63,14 PUSHBUTTON "Move &Down",IDC_FAVORITE_MOVE_DOWN,74,104,63,14 PUSHBUTTON "&Remove",IDC_FAVORITE_REMOVE,310,104,63,14 - EDITTEXT IDC_FAVORITE_LABEL,18,225,204,13,ES_AUTOHSCROLL + EDITTEXT IDC_FAVORITE_LABEL,18,225,344,13,ES_AUTOHSCROLL CONTROL "Mount selected volume as read-o&nly",IDC_FAVORITE_MOUNT_READONLY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,255,349,10 CONTROL "Mount selected volume as remo&vable medium",IDC_FAVORITE_MOUNT_REMOVABLE, @@ -367,7 +367,7 @@ BEGIN CONTROL "Use favorite label as Explorer drive label",IDC_FAVORITE_USE_LABEL_IN_EXPLORER, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,242,349,10 LTEXT "Volume ID:",IDT_VOLUME_ID,18,131,57,8 - EDITTEXT IDC_FAVORITE_VOLUME_ID,18,141,204,14,ES_AUTOHSCROLL | ES_READONLY + EDITTEXT IDC_FAVORITE_VOLUME_ID,18,141,344,14,ES_AUTOHSCROLL | ES_READONLY CONTROL "Use Volume ID to mount favorite",IDC_FAVORITE_USE_VOLUME_ID, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,159,337,10 END -- cgit v1.2.3