mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hidden
The property no longer exists, and the code acts as if it were true, anyway.
This commit is contained in:
parent
684650c8ae
commit
8b293757e5
1 changed files with 0 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue