Hack more height for HTMLDialog.
[dcpomatic.git] / src / wx / html_dialog.cc
index 59bc8a3e8fe2b3ee896b7e1393764e90c83644f5..cce62e1eb6a4291c40de4dc45943e3092c55bb1b 100644 (file)
@@ -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);
 }