mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
@@ -195,7 +195,12 @@ QVariant Settings::getSettingsDefaultValue(const QString& group, const QString&
|
||||
|
||||
// editor/fontsize or log/fontsize?
|
||||
if((group == "editor" || group == "log") && name == "fontsize")
|
||||
#ifdef Q_OS_MAC
|
||||
// Use 12 pt size as the default on OSX
|
||||
return 12;
|
||||
#else
|
||||
return 9;
|
||||
#endif
|
||||
|
||||
if(group == "editor")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user