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.
This commit is contained in:
@ -1998,6 +1998,9 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="focus-on-click">False</property>
|
<property name="focus-on-click">False</property>
|
||||||
<property name="relief">none</property>
|
<property name="relief">none</property>
|
||||||
|
<style>
|
||||||
|
<class name="image-button"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="page2dismissi">
|
<object class="GtkImage" id="page2dismissi">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Reference in New Issue
Block a user