summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-07-30 20:37:34 +0200
committerBenjamin Otte <otte@redhat.com>2021-07-30 20:37:34 +0200
commite765aaa3f4f090563090c097810cf326b0591232 (patch)
tree83d41f39023582f44c4790e206a504831683c25a
parent06348a85179f138255b448e9968cbbda14f34886 (diff)
downloadgtk+-e765aaa3f4f090563090c097810cf326b0591232.tar.gz
widget-factory: Expand the video to cover the whole frame
1. This looks way cooler. 2. Since the frame is rounded, it adds a very visible test for our clipping of rounded rectangles.
-rw-r--r--demos/widget-factory/widget-factory.ui6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 94126edb36..a5883ec31d 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1061,12 +1061,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
</child>
<child>
<object class="GtkVideo">
- <property name="halign">center</property>
- <property name="valign">center</property>
- <property name="margin-start">6</property>
- <property name="margin-end">6</property>
- <property name="margin-top">6</property>
- <property name="margin-bottom">6</property>
<property name="autoplay">1</property>
<property name="loop">1</property>
<property name="file">resource:///org/gtk/WidgetFactory4/gtk-logo.webm</property>