summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-folder-is-empty.ui
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-16 16:13:18 -0400
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-07-17 18:25:21 +0000
commit7c7f7096bbbcef87799e4d6c0587b38b17cf23bd (patch)
tree7e9658b01d3b9320b6f1f8e23925ec373d1dbc08 /src/resources/ui/nautilus-folder-is-empty.ui
parent96493e87cc9ab7c3848e98ae9671721c74677faa (diff)
downloadnautilus-7c7f7096bbbcef87799e4d6c0587b38b17cf23bd.tar.gz
files-view: Use GtkStack to manage views
The port to GTK4 allows us to rework how we structure the view to use a more modern view management widget: GtkStack. Now instead of managing visibility with `show()`/`hide()`, we use `GtkStack:visible-child`.
Diffstat (limited to 'src/resources/ui/nautilus-folder-is-empty.ui')
-rw-r--r--src/resources/ui/nautilus-folder-is-empty.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-folder-is-empty.ui b/src/resources/ui/nautilus-folder-is-empty.ui
index 8417d823e..e1c0ff78c 100644
--- a/src/resources/ui/nautilus-folder-is-empty.ui
+++ b/src/resources/ui/nautilus-folder-is-empty.ui
@@ -7,7 +7,6 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="row_spacing">36</property>
- <property name="visible">False</property>
<child>
<object class="GtkImage">
<property name="pixel_size">128</property>