Allow adjusting application font size

* Closes #6822
* Fix fixed font not following default font's point size
This commit is contained in:
Jonathan White 2025-02-02 09:27:11 -05:00
parent d655d18a79
commit 4e40a7fd79
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
9 changed files with 189 additions and 87 deletions

View file

@ -1653,6 +1653,8 @@ void MainWindow::applySettingsChanges()
}
updateTrayIcon();
kpxcApp->applyFontSize();
}
void MainWindow::setAllowScreenCapture(bool state)