mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-26 21:54:53 -05:00
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:
parent
09d719d48f
commit
ca583f5ed1
5 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue