mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-31 16:29:46 -06:00
Fixed default font obtaining
This commit is contained in:
@@ -286,7 +286,7 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const
|
||||
if(group == "databrowser")
|
||||
{
|
||||
if(name == "font")
|
||||
return "Sans Serif";
|
||||
return QFont().defaultFamily();
|
||||
if(name == "fontsize")
|
||||
return 10;
|
||||
if(name == "null_text")
|
||||
|
||||
Reference in New Issue
Block a user