gtk-demo: Fix up the inline-toolbar example
The inline toolbar in the style classes demo should use the icons toolbar-style to ensure that the buttons are square.
This commit is contained in:
@ -182,6 +182,7 @@
|
|||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
<property name="hexpand">1</property>
|
<property name="hexpand">1</property>
|
||||||
<property name="icon_size">1</property>
|
<property name="icon_size">1</property>
|
||||||
|
<property name="toolbar-style">icons</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="inline-toolbar"/>
|
<class name="inline-toolbar"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user