[gtk+] inspector: Cosmetics



commit 9a6aa8db6840c1747cb41311120f99da0edfae27
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Oct 11 08:15:07 2014 -0400

    inspector: Cosmetics
    
    Add .image-button to the tool buttons in the CSS editor - still
    not square.

 gtk/inspector/css-editor.ui |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/css-editor.ui b/gtk/inspector/css-editor.ui
index efaa668..e046c96 100644
--- a/gtk/inspector/css-editor.ui
+++ b/gtk/inspector/css-editor.ui
@@ -28,6 +28,9 @@
             <property name="icon-name">media-playback-pause-symbolic</property>
             <property name="tooltip-text" translatable="yes">Disable this custom CSS</property>
             <signal name="toggled" handler="disable_toggled"/>
+            <style>
+              <class name="image-button"/>
+            </style>
           </object>
         </child>
         <child>
@@ -36,6 +39,9 @@
             <property name="icon-name">document-save-symbolic</property>
             <property name="tooltip-text" translatable="yes">Save the current CSS</property>
             <signal name="clicked" handler="save_clicked"/>
+            <style>
+              <class name="image-button"/>
+            </style>
           </object>
         </child>
       </object>


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