Skip to content

Commit

Permalink
fix #296044: Capture tool images are different in size compared to or…
Browse files Browse the repository at this point in the history
…iginal

takes effect only on new installs, after a factory reset, or after
resetting that dialog page to its defaults
  • Loading branch information
Jojo-Schmitz committed Oct 24, 2019
1 parent 44d2b20 commit 2d83656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mscore/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void Preferences::init(bool storeInMemoryOnly)
{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_PNG_RESOLUTION, new DoublePreference(300.0, 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)},
{PREF_IMPORT_MUSICXML_IMPORTBREAKS, new BoolPreference(true, false)},
Expand Down
2 changes: 1 addition & 1 deletion mscore/prefsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3527,7 +3527,7 @@ Adjusting latency can help synchronize your MIDI hardware with MuseScore's inter
<number>5000</number>
</property>
<property name="value">
<number>300</number>
<number>360</number>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2d83656

Please sign in to comment.