summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-13 09:16:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-08-13 09:18:08 -0400
commit7af9dc9e216ac463c525a523db2e5aef4015ebaa (patch)
tree63ab9c544c12692457f2a08d836bdc00efc99b09
parent7d55355d4d4dc17b6db6c5bb225a253dec83c14c (diff)
downloadgtk+-7af9dc9e216ac463c525a523db2e5aef4015ebaa.tar.gz
widget-factory: Add a missing style class
Unfortunately, constructing image-only buttons by just adding the image as a child does not give us the image-button style class. Add it manually.
-rw-r--r--demos/widget-factory/widget-factory.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index f25e967ec1..4c3b306d3b 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1998,6 +1998,9 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="visible">True</property>
<property name="focus-on-click">False</property>
<property name="relief">none</property>
+ <style>
+ <class name="image-button"/>
+ </style>
<child>
<object class="GtkImage" id="page2dismissi">
<property name="visible">True</property>