summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-window.ui
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-05 13:46:21 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-28 15:57:19 +0200
commitd4b5c02ee9b2f1870f6b2e5e5bcf6b8d65ea2b85 (patch)
tree839632dd8823cb5121434731579570e6f05ea8f8 /src/resources/ui/nautilus-window.ui
parentb8acc551131500d428cbc775a7923da1f9a81eca (diff)
downloadnautilus-d4b5c02ee9b2f1870f6b2e5e5bcf6b8d65ea2b85.tar.gz
general: Don’t set child properties when packing to GtkBox
gtk_box_pack_*() no longer take child properties - the expansion, fill-alignment and padding should be set in the widgets themselves. The same applies to GtkBuilder definitions - the child properties are removed in this commit.
Diffstat (limited to 'src/resources/ui/nautilus-window.ui')
-rw-r--r--src/resources/ui/nautilus-window.ui6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/resources/ui/nautilus-window.ui b/src/resources/ui/nautilus-window.ui
index 4eef37c11..58a552e06 100644
--- a/src/resources/ui/nautilus-window.ui
+++ b/src/resources/ui/nautilus-window.ui
@@ -18,6 +18,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkPlacesSidebar" id="places_sidebar">
+ <property name="vexpand">True</property>
<property name="visible">True</property>
<property name="populate-all">True</property>
<property name="show-other-locations">True</property>
@@ -25,11 +26,6 @@
<signal name="show-other-locations-with-flags" handler="places_sidebar_show_other_locations_with_flags" object="NautilusWindow" swapped="yes" />
<signal name="show-starred-location" handler="places_sidebar_show_starred_location" object="NautilusWindow" swapped="yes" />
</object>
- <packing>
- <property name="pack_type">start</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
</child>
</object>
<packing>