example: Make gears button square
Another application of image-button.
This commit is contained in:
@ -55,6 +55,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
||||
@ -41,6 +41,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
||||
@ -58,6 +58,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
||||
Reference in New Issue
Block a user