Several ui fixes (#11967)

* Fix background color error for invalid autotype shortcut

* Fix alignment in autotype settings

* Fix contrast for splitter handle

* Fix font size reset when changing theme

---------

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
xboxones1 2025-09-08 09:17:32 +09:00 committed by Jonathan White
parent 09d719d48f
commit ca583f5ed1
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 9 additions and 9 deletions

View file

@ -2015,6 +2015,7 @@ void MainWindow::initViewMenu()
restartApp(tr("You must restart the application to apply this setting. Would you like to restart now?"));
} else {
kpxcApp->applyTheme();
kpxcApp->applyFontSize();
}
});