misc: export options window formatting

This commit is contained in:
Brendan Hagan
2022-11-18 21:08:29 -05:00
parent 3c64d25cf6
commit ec98048c26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ version 2.3.2 (Unofficial), 2022-09-14
Features: Features:
* Script functions for generating and manipulating card images. (haganbmj#34) * Script functions for generating and manipulating card images. (haganbmj#34)
* Stylesheet properties for defining card regions. (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. * Disable update checking on startup.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
+1 -1
View File
@@ -218,7 +218,7 @@ void StylingEditor::onChangeSet() {
// ----------------------------------------------------------------------------- : ExportOptionsEditor // ----------------------------------------------------------------------------- : ExportOptionsEditor
ExportOptionsEditor::ExportOptionsEditor(Window* parent, int id, long style) ExportOptionsEditor::ExportOptionsEditor(Window* parent, int id, long style)
: NativeLookEditor(parent, id, style) : NativeLookEditor(parent, id, style | wxVSCROLL)
{} {}
void ExportOptionsEditor::showExport(const ExportTemplateP& export_template) { void ExportOptionsEditor::showExport(const ExportTemplateP& export_template) {