mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-31 08:20:09 -06:00
Revert "Set a default font in the SQL tab too"
This reverts commit 49786e1309.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user