diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-10-11 08:15:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-10-11 08:15:07 -0400 |
commit | 9a6aa8db6840c1747cb41311120f99da0edfae27 (patch) | |
tree | 5d451e5faaa05135a8b224c7589182c55fdde91b | |
parent | 735cf98af1c12947788edfabe8fb7485a8655686 (diff) | |
download | gtk+-9a6aa8db6840c1747cb41311120f99da0edfae27.tar.gz |
inspector: Cosmetics
Add .image-button to the tool buttons in the CSS editor - still
not square.
-rw-r--r-- | 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 efaa668df2..e046c96391 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> |