summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-13 13:08:06 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:40 +0200
commit8ffc9254db91099be4d2ad457eb49d11dc25558a (patch)
tree1fb23af94f44562c7233061f5419c3c2a7451ff8
parentc58cd1322a1286f4895da1e97eac00db471074e3 (diff)
downloadnautilus-8ffc9254db91099be4d2ad457eb49d11dc25558a.tar.gz
general: Don’t set xalign where unsupported
Most notably, GtkButton:xalign has been deprecated since GTK+ 3.14.
-rw-r--r--src/resources/ui/nautilus-search-popover.ui3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 6c59b8c63..b3c17e1e9 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -191,7 +191,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="xalign">0</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
@@ -208,7 +207,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="xalign">0</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">last_modified_button</property>
@@ -355,7 +353,6 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Search on the file content and name</property>
<property name="hexpand">True</property>
- <property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">False</property>
<signal name="toggled" handler="search_fts_mode_changed" object="NautilusSearchPopover" swapped="no" />