From f9bf666018ad0327fa74251a3316a2618e2b0e67 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 10 Dec 2019 00:50:03 +0100 Subject: Windows: Align volume size field in Format wizard with other controls --- src/Format/Format.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Format/Format.rc b/src/Format/Format.rc index 01ee4a5b..dbed9d47 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -129,7 +129,7 @@ IDD_SIZE_PAGE_DLG DIALOGEX 0, 0, 276, 193 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - EDITTEXT IDC_SIZEBOX,25,22,71,14,ES_AUTOHSCROLL | ES_NUMBER + EDITTEXT IDC_SIZEBOX,0,22,96,14,ES_AUTOHSCROLL | ES_NUMBER CONTROL "&KB",IDC_KB,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,105,25,27,10 CONTROL "&MB",IDC_MB,"Button",BS_AUTORADIOBUTTON,140,25,27,10 CONTROL "&GB",IDC_GB,"Button",BS_AUTORADIOBUTTON,175,25,27,10 -- cgit v1.2.3