diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-07 15:20:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:25:54 +0200 |
| commit | 5d171ed359993d2be4bc7e0e52de329cc9fca091 (patch) | |
| tree | 5aeb04b0f4c4049d217e3e439acca7a938f556ec | |
| parent | eab577b950069b6a22034c22e67b7cc16753cbd8 (diff) | |
Hack more height for HTMLDialog.
| -rw-r--r-- | src/wx/html_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/html_dialog.cc b/src/wx/html_dialog.cc index 59bc8a3e8..cce62e1eb 100644 --- a/src/wx/html_dialog.cc +++ b/src/wx/html_dialog.cc @@ -61,7 +61,7 @@ HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html) SetSize (800, -1); /* Set height */ - SetSize (h->GetInternalRepresentation()->GetWidth(), h->GetInternalRepresentation()->GetHeight() + 64); + SetSize (h->GetInternalRepresentation()->GetWidth(), h->GetInternalRepresentation()->GetHeight() + 256); } |
