[plasma/breeze-gtk] src/gtk4/widgets: gtk4/window_decorations: remove radius for non-csd

Rocket Aaron <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 060bfd6e7fae5f1886c3fbeb21d65b2dafa5a3a3 by Rocket Aaron.
Committed on 17/08/2026 at 14:30.
Pushed by ngraham into branch 'master'.

gtk4/window_decorations: remove radius for non-csd

M  +2    -7    src/gtk4/widgets/_window_decorations.scss

https://invent.kde.org/plasma/breeze-gtk/-/commit/060bfd6e7fae5f1886c3fbeb21d65b2dafa5a3a3

diff --git a/src/gtk4/widgets/_window_decorations.scss b/src/gtk4/widgets/_window_decorations.scss
index ee0f4b3..a3ae47f 100644
--- a/src/gtk4/widgets/_window_decorations.scss
+++ b/src/gtk4/widgets/_window_decorations.scss
@@ -8,8 +8,6 @@ dialog,
 window {
 	$shadow: rgba(0, 0, 0, 0.5);
 
-	//border: 1px solid transparent;
-	border-radius: 0 0 $window-border-radius $window-border-radius;
 	border-width: 0px;
 	box-shadow: 0px 0px 16px $shadow,
 		0px 2px 8px scale-color($shadow, $alpha: -40%);
@@ -17,13 +15,10 @@ window {
 	margin: 0px;
 
 	&.csd {
-		border-radius: $window-border-radius;
-	}
-
-	&.maximized {
-		border-radius: 0;
+		border-radius: $window-border-radius $window-border-radius 0 0;
 	}
 
+	&.maximized,
 	.maximized &,
 	.fullscreen &,
 	.tiled & {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.