diff options
Diffstat (limited to 'totpgen.h')
| -rw-r--r-- | totpgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include <wx/dir.h> #include <wx/clipbrd.h> #include <wx/regex.h> +#include <wx/font.h> static const std::string base32 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"; @@ -50,6 +51,7 @@ class TOTPGen : public wxFrame { wxBoxSizer *TextSizer; wxStaticText *TOTPField; + void ResizeTextToFit(wxStaticText *text_field); wxString SecretFile; |
