Skip to content

Commit

Permalink
change default pdf dpi export to rendering value + collect_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioBL committed May 6, 2020
1 parent d5e7249 commit 17c0677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void Preferences::init(bool storeInMemoryOnly)
{PREF_EXPORT_MP3_BITRATE, new IntPreference(128, false)},
{PREF_EXPORT_MUSICXML_EXPORTBREAKS, new EnumPreference(QVariant::fromValue(MusicxmlExportBreaks::ALL), false)},
{PREF_EXPORT_MUSICXML_EXPORTLAYOUT, new BoolPreference(true, false)},
{PREF_EXPORT_PDF_DPI, new IntPreference(300, false)},
{PREF_EXPORT_PDF_DPI, new IntPreference(DPI, false)},
{PREF_EXPORT_PNG_RESOLUTION, new DoublePreference(DPI, false)},
{PREF_EXPORT_PNG_USETRANSPARENCY, new BoolPreference(true, false)},
{PREF_IMPORT_GUITARPRO_CHARSET, new StringPreference("UTF-8", false)},
Expand Down

0 comments on commit 17c0677

Please sign in to comment.