[plasma/union/Plasma/6.7] src/input/css/styles/breeze: input/css: Add padding to pane/frame/groupbox
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1c417b76ff557ac9d27921a579d256e69638a8ff by Arjen Hiemstra. Committed on 17/07/2026 at 09:53. Pushed by ahiemstra into branch 'Plasma/6.7'. input/css: Add padding to pane/frame/groupbox Otherwise these look odd. (cherry picked from commit d07307e51762fed7f39ef5bd6f5e8b62c1aa213f) Co-authored-by: Arjen Hiemstra <[email protected]> M +6 -0 src/input/css/styles/breeze/application.css https://invent.kde.org/plasma/union/-/commit/1c417b76ff557ac9d27921a579d256e69638a8ff diff --git a/src/input/css/styles/breeze/application.css b/src/input/css/styles/breeze/application.css index f3473681..8a75b3ee 100644 --- a/src/input/css/styles/breeze/application.css +++ b/src/input/css/styles/breeze/application.css @@ -144,10 +144,16 @@ pageindicatordelegate { } } +pane +{ + padding: var(--large-spacing); +} + frame, groupbox { padding: var(--small-spacing); + padding: var(--large-spacing); border: 1px solid var(--window-border-color); border-radius: var(--corner-radius); }