From ce8a9becdf73e480cba50e38a119dafb1e7b553c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 1 Feb 2016 00:12:51 +0100 Subject: Windows:Center the text of the random pool displayed in the keyfile generator dialog. --- src/Common/Common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 401e278d..8fa6c5ab 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -222,7 +222,7 @@ BEGIN CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,40,356,1,WS_EX_STATICEDGE RTEXT "Mixing PRF:",IDT_PRF,7,51,85,10,SS_CENTERIMAGE GROUPBOX "Current Pool Content",IDT_POOL_CONTENTS,6,70,344,170 - CONTROL "",IDC_POOL_CONTENTS,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,16,83,323,148,WS_EX_TRANSPARENT + CTEXT "",IDC_POOL_CONTENTS,16,83,323,148,0,WS_EX_TRANSPARENT RTEXT "Number of keyfiles:",IDT_NUMBER_KEYFILES,9,281,110,8 RTEXT "Keyfiles base name:",IDT_KEYFILES_BASE_NAME,9,321,110,8 RTEXT "Keyfiles size (in Bytes):",IDT_KEYFILES_SIZE,9,300,110,8 -- cgit v1.2.3