mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
misc: export options window formatting
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ version 2.3.2 (Unofficial), 2022-09-14
|
||||
Features:
|
||||
* Script functions for generating and manipulating card images. (haganbmj#34)
|
||||
* Stylesheet properties for defining card regions. (haganbmj#34)
|
||||
* Updated Spanish locale translations. (haganbmj$49)
|
||||
* Updated Spanish locale translations. (haganbmj#49)
|
||||
* Disable update checking on startup.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@@ -218,7 +218,7 @@ void StylingEditor::onChangeSet() {
|
||||
// ----------------------------------------------------------------------------- : ExportOptionsEditor
|
||||
|
||||
ExportOptionsEditor::ExportOptionsEditor(Window* parent, int id, long style)
|
||||
: NativeLookEditor(parent, id, style)
|
||||
: NativeLookEditor(parent, id, style | wxVSCROLL)
|
||||
{}
|
||||
|
||||
void ExportOptionsEditor::showExport(const ExportTemplateP& export_template) {
|
||||
|
||||
Reference in New Issue
Block a user