carousel: Move margins to inner stack

This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 17:32:48 -03:00
parent 0134e5d875
commit 486183a017
1 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@
<child> <child>
<object class="GtkOverlay"> <object class="GtkOverlay">
<property name="hexpand">True</property> <property name="hexpand">True</property>
<child>
<object class="GtkStack" id="stack">
<property name="margin-top">16</property> <property name="margin-top">16</property>
<property name="margin-bottom">16</property> <property name="margin-bottom">16</property>
<property name="margin-start">16</property> <property name="margin-start">16</property>
<property name="margin-end">16</property> <property name="margin-end">16</property>
<child>
<object class="GtkStack" id="stack">
<property name="transition_duration">400</property> <property name="transition_duration">400</property>
<property name="transition_type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property> <property name="transition_type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property>
<style> <style>