mirror of https://github.com/odrling/Aegisub
Make the version check dialog a bit wider
Originally committed to SVN as r6442.
This commit is contained in:
parent
bd38cfc305
commit
f48ccc0640
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue