Skip to content

Commit

Permalink
Revert "Set a default font in the SQL tab too"
Browse files Browse the repository at this point in the history
This reverts commit 49786e1.
  • Loading branch information
vtronko committed Aug 28, 2016
1 parent 04947c3 commit 6dd2e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PreferencesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const

// editor/font?
if(group == "editor" && name == "font")
return QFont().defaultFamily();
return "Monospace";

// editor/fontsize or log/fontsize?
if((group == "editor" || group == "log") && name == "fontsize")
Expand Down

0 comments on commit 6dd2e59

Please sign in to comment.