mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Add option to download missing stylesheets on startup
This commit is contained in:
@@ -22,8 +22,8 @@ SetInfoPanel::SetInfoPanel(Window* parent, int id)
|
||||
// init sizer
|
||||
wxSizer* s = new wxBoxSizer(wxVERTICAL);
|
||||
s->Add(editor, 1, wxEXPAND, 2);
|
||||
s->SetSizeHints(this);
|
||||
SetSizer(s);
|
||||
s->SetSizeHints(this);
|
||||
}
|
||||
|
||||
void SetInfoPanel::onChangeSet() {
|
||||
|
||||
Reference in New Issue
Block a user