From 249d747a5313881687b69bbfd062636ced5ed8e0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 1 Sep 2015 01:11:42 +0200 Subject: Windows: Increase width of plain text size static control to accommodate larger text --- src/Common/Common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 5ed6c7c4..3f80805f 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -182,7 +182,7 @@ BEGIN RTEXT "",IDC_TESTS_MESSAGE,50,213,178,10 CONTROL "",IDC_REDTICK,"VCREDTICK",0x0,234,214,10,8 RTEXT "Key size:",IDT_KEY,8,57,56,8 - RTEXT "Plaintext size:",IDT_PLAINTEXT,190,153,63,8 + RTEXT "Plaintext size:",IDT_PLAINTEXT,174,153,79,8 LTEXT "bits",IDT_KEY_UNIT,114,57,45,8 RTEXT "Cipher:",IDT_CIPHER,38,13,68,8 LTEXT "bits",IDT_PLAINTEXT_SIZE_UNIT,298,153,22,8 -- cgit v1.2.3