diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-04 20:49:10 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-04 20:50:21 -0500 |
commit | 7f9223b0c8a73fc6f1aa9cd8a9f60958d9880686 (patch) | |
tree | a56d68c7fbad98c2cf88b625eae4fefb4c69ef74 /demos/gtk-demo/theming.ui | |
parent | b84cf5f3491b84d243ec633c878202175f45a0a5 (diff) | |
download | gtk+-7f9223b0c8a73fc6f1aa9cd8a9f60958d9880686.tar.gz |
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.
Diffstat (limited to 'demos/gtk-demo/theming.ui')
-rw-r--r-- | demos/gtk-demo/theming.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/theming.ui b/demos/gtk-demo/theming.ui index ee0414b036..7455e6df40 100644 --- a/demos/gtk-demo/theming.ui +++ b/demos/gtk-demo/theming.ui @@ -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> |