1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

MacOSX/Linux: Solve truncated text in some Wizard windows by defining a large enough minimum size.

This commit is contained in:
Mounir IDRASSI
2014-12-07 22:12:10 +01:00
parent 078614fbce
commit 9a6b371c96
3 changed files with 9 additions and 9 deletions

View File

@@ -161,6 +161,7 @@ namespace VeraCrypt
private:
protected:
wxBoxSizer* MainSizer;
wxPanel* MainPanel;
wxStaticBitmap* WizardBitmap;
wxStaticText* PageTitleStaticText;