mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
increase about_window size
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
// ----------------------------------------------------------------------------- : About window
|
// ----------------------------------------------------------------------------- : About window
|
||||||
|
|
||||||
AboutWindow::AboutWindow(Window* parent)
|
AboutWindow::AboutWindow(Window* parent)
|
||||||
: wxDialog(parent, wxID_ANY, _TITLE_("about"), wxDefaultPosition, wxSize(510,340), wxCLIP_CHILDREN | wxDEFAULT_DIALOG_STYLE | wxTAB_TRAVERSAL)
|
: wxDialog(parent, wxID_ANY, _TITLE_("about"), wxDefaultPosition, wxSize(510,460), wxCLIP_CHILDREN | wxDEFAULT_DIALOG_STYLE | wxTAB_TRAVERSAL)
|
||||||
, logo(load_resource_image(_("about")))
|
, logo(load_resource_image(_("about")))
|
||||||
{
|
{
|
||||||
// init controls
|
// init controls
|
||||||
@@ -37,10 +37,10 @@ const char* MSE_AUTHORS[] = {
|
|||||||
"Twan van Laarhoven (twanvl)",
|
"Twan van Laarhoven (twanvl)",
|
||||||
"Sean Hunt (coppro)",
|
"Sean Hunt (coppro)",
|
||||||
"Alissa Rao (Lymia)",
|
"Alissa Rao (Lymia)",
|
||||||
"Brendan Hagan (haganbmj)",
|
|
||||||
"CaiCai (247321453)",
|
|
||||||
"Olivier Bocksberger (G-e-n-e-v-e-n-s-i-S)",
|
"Olivier Bocksberger (G-e-n-e-v-e-n-s-i-S)",
|
||||||
"Thomas Tkacz (TomTkacz)"
|
"Brendan Hagan (haganbmj)",
|
||||||
|
"Thomas Tkacz (TomTkacz)",
|
||||||
|
"CaiCai (247321453)"
|
||||||
};
|
};
|
||||||
|
|
||||||
void AboutWindow::draw(DC& dc) {
|
void AboutWindow::draw(DC& dc) {
|
||||||
|
|||||||
Reference in New Issue
Block a user