[meld/ui-next] filediff: Better icons for next/previous conflict



commit 56f7ec018fd4eae8bd31c509dd97cfdf7a916337
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Mar 2 10:59:04 2019 +1000

    filediff: Better icons for next/previous conflict
    
    This is kind of abusing these icons, but without custom icons we're also
    definitely not getting anything better than this. All we really want out
    of these icons is "next/previous, but different".

 meld/resources/ui/filediff.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/resources/ui/filediff.ui b/meld/resources/ui/filediff.ui
index 20a6ef0e..72bf3a91 100644
--- a/meld/resources/ui/filediff.ui
+++ b/meld/resources/ui/filediff.ui
@@ -29,7 +29,7 @@
             <child>
               <object class="GtkImage">
                 <property name="visible">True</property>
-                <property name="icon-name">view-list-symbolic</property>
+                <property name="icon-name">go-top-symbolic</property>
                 <property name="icon-size">1</property>
               </object>
             </child>
@@ -51,7 +51,7 @@
             <child>
               <object class="GtkImage">
                 <property name="visible">True</property>
-                <property name="icon-name">view-list-symbolic</property>
+                <property name="icon-name">go-bottom-symbolic</property>
                 <property name="icon-size">1</property>
               </object>
             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]