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:
Matthias Clasen 2016-03-04 20:49:10 -05:00
parent b84cf5f349
commit 7f9223b0c8

View File

@ -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>