summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-13 13:09:44 +0300
committerAntónio Fernandes <antoniof@gnome.org>2021-08-15 20:15:32 +0100
commit85e3f4e66b50bc1cb82b423e0196e0f06979f19c (patch)
treed82db35c0ff143a50170d39fec31ec5353cbd905
parent4f21fbcb2fc8a4d79a4e9126f61f26172110da1b (diff)
downloadnautilus-wip/antoniof/gtk4-preparation-step-properties-cleanup.tar.gz
nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hiddenwip/antoniof/gtk4-preparation-step-properties-cleanup
The property no longer exists, and the code acts as if it were true, anyway.
-rw-r--r--src/resources/ui/nautilus-search-popover.ui2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index b3c17e1e9..794566d58 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -393,7 +393,6 @@
</template>
<object class="GtkSizeGroup">
<property name="mode">vertical</property>
- <property name="ignore_hidden">True</property>
<widgets>
<widget name="full_text_search_button"/>
<widget name="filename_search_button"/>
@@ -403,7 +402,6 @@
</object>
<object class="GtkSizeGroup">
<property name="mode">horizontal</property>
- <property name="ignore_hidden">True</property>
<widgets>
<widget name="search_dim_label"/>
<widget name="when_dim_label"/>