Revert "Set a default font in the SQL tab too"

This reverts commit 49786e1309.
This commit is contained in:
Vladislav Tronko
2016-08-28 13:10:15 +03:00
parent 04947c3dc4
commit 6dd2e596be

View File

@@ -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")