[plasma/union/Plasma/6.7] src/input/css/styles/breeze: input/css/breeze: Set a default height for toolbars
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1bb6cce485d0056d15590ae9ee4868b470d93cf3 by Arjen Hiemstra. Committed on 04/08/2026 at 09:37. Pushed by ahiemstra into branch 'Plasma/6.7'. input/css/breeze: Set a default height for toolbars Otherwise empty toolbars don't have a sensible height. (cherry picked from commit 76f3f8d70c7b53d81c42d48219f980c5802bcbee) Co-authored-by: Arjen Hiemstra <[email protected]> M +1 -0 src/input/css/styles/breeze/application.css https://invent.kde.org/plasma/union/-/commit/1bb6cce485d0056d15590ae9ee4868b470d93cf3 diff --git a/src/input/css/styles/breeze/application.css b/src/input/css/styles/breeze/application.css index 8a75b3ee..c262fb5c 100644 --- a/src/input/css/styles/breeze/application.css +++ b/src/input/css/styles/breeze/application.css @@ -49,6 +49,7 @@ page toolbar { + height: 46px; /* large-element-size + medium-spacing + large-spacing */ padding: var(--small-spacing); padding-top: var(--medium-spacing); padding-bottom: var(--large-spacing);