diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-28 16:54:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-28 16:57:53 +0200 |
commit | 638f717d905969c7d9d20c711c7d1c2c75665c2c (patch) | |
tree | 6a1993f972552a2b45e741c10798c5d971d5c951 /src/Mount/Mount.rc | |
parent | 2576290e7b9cb17842e505f221852069d21c27e9 (diff) | |
download | VeraCrypt-638f717d905969c7d9d20c711c7d1c2c75665c2c.tar.gz VeraCrypt-638f717d905969c7d9d20c711c7d1c2c75665c2c.zip |
Windows: Fix buttons at the bottom not shown when user sets a large system font under Window 7
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 75d3682f..381a8a76 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -179,7 +179,7 @@ BEGIN CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,190,242,88,20 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,242,88,20 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,98,242,88,20 - CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,2,151,372,119 + CONTROL "",IDC_LOWER_BOX,"Static",SS_ETCHEDFRAME,2,151,372,119 END IDD_PASSWORD_DLG DIALOGEX 0, 0, 330, 103 |