VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/Forms.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-06-24 23:34:15 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-06-24 23:35:30 +0200
commitd734ce4635d468dffd67e7f86c9123df77e89bc4 (patch)
tree4bcb457ac34c190faa77644e4f7cf1cc30a4290b /src/Main/Forms/Forms.h
parent2cd39b37c2bf19f2c06cc2182aa46918178bba31 (diff)
downloadVeraCrypt-d734ce4635d468dffd67e7f86c9123df77e89bc4.tar.gz
VeraCrypt-d734ce4635d468dffd67e7f86c9123df77e89bc4.zip
Linux/MacOSX: solve GUI layout issues although the volume creation wizard still has issues
Diffstat (limited to 'src/Main/Forms/Forms.h')
-rw-r--r--src/Main/Forms/Forms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/Forms.h b/src/Main/Forms/Forms.h
index c53d3c33..e2d462f0 100644
--- a/src/Main/Forms/Forms.h
+++ b/src/Main/Forms/Forms.h
@@ -463,6 +463,7 @@ namespace VeraCrypt
private:
protected:
+ wxBoxSizer* MainSizer;
wxBoxSizer* PasswordSizer;
wxButton* OKButton;
wxButton* CancelButton;