Make the version check dialog a bit wider

Originally committed to SVN as r6442.
This commit is contained in:
Thomas Goyne 2012-02-03 00:54:09 +00:00
parent bd38cfc305
commit f48ccc0640
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ END_EVENT_TABLE()
VersionCheckerResultDialog::VersionCheckerResultDialog(const wxString &main_text, const std::vector<AegisubUpdateDescription> &updates)
: wxDialog(0, -1, _("Version Checker"))
{
const int controls_width = 350;
const int controls_width = 500;
wxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);