From 80a26745a6997dfcae79e2e852f6231767eb6dbf Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 27 Jul 2014 13:03:29 +0200 Subject: Linux GUI : hide the wipe choice during volume creation. Remove extra content from wipe choice list. --- src/Main/Forms/VolumePasswordPanel.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Main/Forms/VolumePasswordPanel.cpp') diff --git a/src/Main/Forms/VolumePasswordPanel.cpp b/src/Main/Forms/VolumePasswordPanel.cpp index 38463728..5b1b9db6 100644 --- a/src/Main/Forms/VolumePasswordPanel.cpp +++ b/src/Main/Forms/VolumePasswordPanel.cpp @@ -62,7 +62,9 @@ namespace VeraCrypt KeyfilesButton->Show (enableKeyfiles); Pkcs5PrfStaticText->Show (enablePkcs5Prf); - Pkcs5PrfChoice->Show (enablePkcs5Prf); + Pkcs5PrfChoice->Show (enablePkcs5Prf); + HeaderWipeCountText->Show (enablePkcs5Prf); + HeaderWipeCount->Show (enablePkcs5Prf); if (enablePkcs5Prf) { -- cgit v1.2.3