forked from mia/Aegisub
Make the version check dialog a bit wider
Originally committed to SVN as r6442.
This commit is contained in:
parent
bd38cfc305
commit
f48ccc0640
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ END_EVENT_TABLE()
|
||||||
VersionCheckerResultDialog::VersionCheckerResultDialog(const wxString &main_text, const std::vector<AegisubUpdateDescription> &updates)
|
VersionCheckerResultDialog::VersionCheckerResultDialog(const wxString &main_text, const std::vector<AegisubUpdateDescription> &updates)
|
||||||
: wxDialog(0, -1, _("Version Checker"))
|
: wxDialog(0, -1, _("Version Checker"))
|
||||||
{
|
{
|
||||||
const int controls_width = 350;
|
const int controls_width = 500;
|
||||||
|
|
||||||
wxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);
|
wxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue