forked from AuroraMiddleware/gtk
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:
parent
b84cf5f349
commit
7f9223b0c8
@ -182,6 +182,7 @@
|
||||
<property name="visible">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="icon_size">1</property>
|
||||
<property name="toolbar-style">icons</property>
|
||||
<style>
|
||||
<class name="inline-toolbar"/>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user