summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-13 13:09:44 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:40 +0200
commit78bb278a6ed4044cb4d3c2e88997c030cbc43712 (patch)
tree53dc0a2446a192f0d2b23593cb39dc5096bf6a0a /src/resources
parent8ffc9254db91099be4d2ad457eb49d11dc25558a (diff)
downloadnautilus-78bb278a6ed4044cb4d3c2e88997c030cbc43712.tar.gz
nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
The property no longer exists, and the code acts as if it were true, anyway.
Diffstat (limited to 'src/resources')
-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"/>