mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
gtk-demo: Don't overdraw the fishbowl
Set overflow to hidden for the fishbowl widget, so the blur buttons don't leak out into the window shadow.
This commit is contained in:
parent
4c8688b846
commit
e9d966488b
@ -58,6 +58,7 @@
|
||||
<child>
|
||||
<object class="GtkFishbowl" id="bowl">
|
||||
<property name="visible">True</property>
|
||||
<property name="overflow">hidden</property>
|
||||
<property name="animating">True</property>
|
||||
<property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean | sync-create"/>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user