[nautilus/wip/antoniof/gtk4-preparation-step-properties-cleanup: 64/66] general: Don’t set xalign where unsupported
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/gtk4-preparation-step-properties-cleanup: 64/66] general: Don’t set xalign where unsupported
- Date: Sun, 17 Oct 2021 14:23:51 +0000 (UTC)
commit e17ca437a90102c3eed129bf06265afd80046a6d
Author: Ernestas Kulik <ernestask gnome org>
Date: Fri Jul 13 13:08:06 2018 +0300
general: Don’t set xalign where unsupported
Most notably, GtkButton:xalign has been deprecated since GTK+ 3.14.
src/resources/ui/nautilus-search-popover.ui | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 14bab0fd3..c6d15057d 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -194,7 +194,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>
@@ -211,7 +210,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>
@@ -358,7 +356,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" />
@@ -375,7 +372,6 @@
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Search only on the file name</property>
<property name="hexpand">True</property>
- <property name="xalign">0</property>
<property name="draw_indicator">False</property>
<property name="group">full_text_search_button</property>
<property name="active">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]