Skip to content

Commit 1328ce1

Browse files
committed
gtk3: Fix libhandy decoration corners
Setting per-corner border-radius for libhandy window decorations isn't possible due to GTK API limitations [1], so use the same border-radius for all corners, in accordance with upstream styling. [1] https://gitlab.gnome.org/GNOME/libhandy/-/issues/339
1 parent 9ea6c85 commit 1328ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gtk-3.0/3.24/sass/_libhandy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):
223223
&,
224224
> decoration,
225225
> decoration-overlay {
226-
border-radius: $_header_radius $_header_radius 0 0;
226+
border-radius: $_header_radius;
227227
}
228228
}
229229

0 commit comments

Comments
 (0)