[console] tab: flip find button order so as to match other apps
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [console] tab: flip find button order so as to match other apps
- Date: Sun, 25 Sep 2022 14:24:57 +0000 (UTC)
commit 418b42f2261a94dd4149cc74cb10e2af04b14a45
Author: Daniel Christodoulopoulos <danielchristodoulopoulos gmail com>
Date: Sun Sep 25 14:24:55 2022 +0000
tab: flip find button order so as to match other apps
Fix: https://gitlab.gnome.org/GNOME/console/-/issues/179
src/kgx-tab.ui | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/kgx-tab.ui b/src/kgx-tab.ui
index 76bb39f..8c698a7 100644
--- a/src/kgx-tab.ui
+++ b/src/kgx-tab.ui
@@ -28,15 +28,15 @@
<child>
<object class="GtkButton">
<property name="receives-default">1</property>
- <property name="icon-name">go-down-symbolic</property>
- <signal name="clicked" handler="search_next" swapped="no"/>
+ <property name="icon-name">go-up-symbolic</property>
+ <signal name="clicked" handler="search_prev" swapped="no"/>
</object>
</child>
<child>
<object class="GtkButton">
<property name="receives-default">1</property>
- <property name="icon-name">go-up-symbolic</property>
- <signal name="clicked" handler="search_prev" swapped="no"/>
+ <property name="icon-name">go-down-symbolic</property>
+ <signal name="clicked" handler="search_next" swapped="no"/>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]