mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Card data in images (minimum viable)
* remove wxEmptyString * improve style tab carousel * create web request window * add drop target and drop source
This commit is contained in:
@@ -73,7 +73,7 @@ wxSizer* ExportWindowBase::Create() {
|
||||
s->AddSpacer(4);
|
||||
s->Add(new wxStaticLine(this), 0, wxALL | wxEXPAND, 4);
|
||||
s->AddSpacer(4);
|
||||
card_count = new wxStaticText(this, wxID_ANY, wxEmptyString);
|
||||
card_count = new wxStaticText(this, wxID_ANY, _(""));
|
||||
s->Add(card_count, 0, wxALL & ~wxTOP, 6);
|
||||
s->AddSpacer(4);
|
||||
// done
|
||||
|
||||
Reference in New Issue
Block a user