[gnome-music] ui: Order of search and select buttons incorrect
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] ui: Order of search and select buttons incorrect
- Date: Sat, 13 Apr 2019 12:47:56 +0000 (UTC)
commit 98265f293dbbb62091a263fe791163a83f7d49b4
Author: Sumaid Syed <sumaid ali students iiit ac in>
Date: Fri Apr 12 20:23:09 2019 +0530
ui: Order of search and select buttons incorrect
Horizontal order of search and select buttons is reversed as compared to
other core applications and design mockups.
Change the order to match the design.
Closes: #270
data/ui/HeaderBar.ui | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/HeaderBar.ui b/data/ui/HeaderBar.ui
index 94476a4c..944cc6b9 100644
--- a/data/ui/HeaderBar.ui
+++ b/data/ui/HeaderBar.ui
@@ -28,20 +28,20 @@
</packing>
</child>
<child>
- <object class="GtkToggleButton" id="_search_button">
+ <object class="GtkToggleButton" id="_select_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="sensitive">True</property>
- <property name="tooltip_text" translatable="yes">Search</property>
+ <property name="tooltip_text" translatable="yes">Select</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="_search_button_image">
+ <object class="GtkImage" id="_select_button_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="icon-name">edit-find-symbolic</property>
+ <property name="icon-name">object-select-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
@@ -51,20 +51,20 @@
</packing>
</child>
<child>
- <object class="GtkToggleButton" id="_select_button">
+ <object class="GtkToggleButton" id="_search_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="sensitive">True</property>
- <property name="tooltip_text" translatable="yes">Select</property>
+ <property name="tooltip_text" translatable="yes">Search</property>
<style>
<class name="image-button"/>
</style>
<child>
- <object class="GtkImage" id="_select_button_image">
+ <object class="GtkImage" id="_search_button_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="icon-name">object-select-symbolic</property>
+ <property name="icon-name">edit-find-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]