mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-20 20:48:23 -05:00
Set a default font in the SQL tab too
Copied from Vlad's fix yesterday
This commit is contained in:
@@ -346,7 +346,7 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const
|
||||
|
||||
// editor/font?
|
||||
if(group == "editor" && name == "font")
|
||||
return "Monospace";
|
||||
return QFont().defaultFamily();
|
||||
|
||||
// editor/fontsize or log/fontsize?
|
||||
if((group == "editor" || group == "log") && name == "fontsize")
|
||||
|
||||
Reference in New Issue
Block a user