[gnome-sudoku] Use icon for back button in new game screen



commit 92d433e5bf3b4a44394e6b4c71e06a00b551e358
Author: Parin Porecha <parinporecha gmail com>
Date:   Thu Jun 5 21:35:54 2014 +0530

    Use icon for back button in new game screen
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731214

 data/gnome-sudoku.ui |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-sudoku.ui b/data/gnome-sudoku.ui
index a0a5b80..14902c5 100644
--- a/data/gnome-sudoku.ui
+++ b/data/gnome-sudoku.ui
@@ -56,13 +56,19 @@
                         <property name="visible">False</property>
                         <property name="halign">center</property>
                         <property name="valign">center</property>
-                        <property name="label" translatable="yes">_Back</property>
                         <property name="tooltip-text" translatable="yes">Go back to the current 
game</property>
                         <property name="use_underline">True</property>
                         <property name="action-name">app.back</property>
                         <style>
-                            <class name="text-button"/>
+                            <class name="image-button"/>
                         </style>
+                        <child>
+                            <object class="GtkImage" id="back_image">
+                                <property name="icon_name">go-previous-symbolic</property>
+                                <property name="visible">True</property>
+                                <property name="icon_size">1</property>
+                            </object>
+                        </child>
                     </object>
                 </child>
             </object>


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