mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Set default monospace font to "monospace".
Let Qt derive which one to use for the default. It can always be overridden by the config dialog.
This commit is contained in:
@@ -1018,7 +1018,7 @@ void SeerMainWindow::readConfigSettings () {
|
||||
if (settings.contains("font")) {
|
||||
f.fromString(settings.value("font").toString());
|
||||
}else{
|
||||
f = QFont("Source Code Pro", 10);
|
||||
f = QFont("monospace", 10);
|
||||
}
|
||||
gdbWidget->editorManager()->setEditorFont(f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user