Move misc buttons to the toolbar.

The top panel is a bit overfull on some displays whenever the weather
description is verbose.
This commit is contained in:
Dan Albert
2023-06-07 21:17:51 -07:00
parent e44b6b416b
commit 6640609caf
3 changed files with 22 additions and 30 deletions

View File

@@ -63,6 +63,10 @@ QToolBar::separator {
height:1px;
}
QToolBar QToolButton {
font: bold 18px;
}
QMenu::item:selected {
background: #435466;
}