diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-13 14:13:59 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-10-15 01:36:07 +0200 |
commit | 225acf4a22cb6daf613471cdf0fedb61f383ea97 (patch) | |
tree | 944f684b2d4c9fd7c9ebb458b9b1f3963b80fa53 /src/Mount/Mount.rc | |
parent | fb67b5478791723f71a6fff7c8d0e5a965891337 (diff) | |
download | VeraCrypt-225acf4a22cb6daf613471cdf0fedb61f383ea97.tar.gz VeraCrypt-225acf4a22cb6daf613471cdf0fedb61f383ea97.zip |
Windows: resize some GUI fields to avoid text truncation with non US languages (e.g. German)
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 674fe41e..17c1b916 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -355,7 +355,7 @@ BEGIN LTEXT "Volume PIM:",IDT_PIM,18,133,65,8
CONTROL "Display PIM",IDC_SHOW_PIM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,159,150,10
CONTROL "Use favorite label as Explorer drive label",IDC_FAVORITE_USE_LABEL_IN_EXPLORER,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,202,203,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,202,349,10
END
IDD_DEFAULT_MOUNT_PARAMETERS DIALOGEX 0, 0, 167, 65
|