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:
Matthias Clasen 2020-05-13 19:21:00 -04:00
parent 4c8688b846
commit e9d966488b

View File

@ -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>