Skip to content

Adwaita: Make frames rounded

nana-4 requested to merge nana-4/gtk:adwaita-rounded-frames into master

As per GNOME mockups.

Since GtkFrame now sets GTK_OVERFLOW_HIDDEN, we can round the frame without corner overlapping.

This also adds some margin to the child label of GtkFrame to ensure it will not be clipped by the rounded corners of the frame.

See also: !2410 (closed)

Merge request reports