mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix font configuration
This commit is contained in:
parent
921f8304e4
commit
79c57929be
@ -181,9 +181,7 @@ void Configuration::loadDarkTheme()
|
||||
|
||||
const QFont Configuration::getFont() const
|
||||
{
|
||||
//QFont font = s.value("font", QFont("Monospace", 12)).value<QFont>();
|
||||
//QFont font = QFont("Monospace", 12);
|
||||
QFont font = QFontDatabase::systemFont(QFontDatabase::FixedFont);
|
||||
QFont font = s.value("font", QFontDatabase::systemFont(QFontDatabase::FixedFont)).value<QFont>();
|
||||
return font;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user