diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-01 01:11:42 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-01 01:37:00 +0200 |
commit | 249d747a5313881687b69bbfd062636ced5ed8e0 (patch) | |
tree | f068fee8026915a544fcc1ea1670cbab86ea384e /src/Common/Common.rc | |
parent | f2b40ba5b59cf9c1c8910e3946e28d1571359e84 (diff) | |
download | VeraCrypt-249d747a5313881687b69bbfd062636ced5ed8e0.tar.gz VeraCrypt-249d747a5313881687b69bbfd062636ced5ed8e0.zip |
Windows: Increase width of plain text size static control to accommodate larger text
Diffstat (limited to 'src/Common/Common.rc')
-rw-r--r-- | src/Common/Common.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|