[nautilus/wip/antoniof/gtk4-preparation-step-properties-cleanup: 66/66] nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden




commit bd05dc0c5634407138824df1a02a560e0a8897e2
Author: Ernestas Kulik <ernestask gnome org>
Date:   Fri Jul 13 13:09:44 2018 +0300

    nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
    
    The property no longer exists, and the code acts as if it were true,
    anyway.

 src/resources/ui/nautilus-search-popover.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index c6d15057d..ca0919fb4 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -396,7 +396,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"/>
@@ -406,7 +405,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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]