users: Set the right toolbar-style on the inline toolbar

While running in a bare X server, I noticed the inline toolbar here
showing its labels, while all the other inline toolbars in other panels
stayed nice and icon-only. The reason is that they explicitly set the
toolbar-style to 'icons'. Do the same here.

https://bugzilla.gnome.org/show_bug.cgi?id=678157
This commit is contained in:
Matthias Clasen 2012-06-15 07:40:56 -04:00
parent 27e8c650af
commit a9ebbaa4a8

View file

@ -82,6 +82,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="icon_size">1</property> <property name="icon_size">1</property>
<property name="icon_size_set">True</property> <property name="icon_size_set">True</property>
<property name="toolbar_style">icons</property>
<style> <style>
<class name="inline-toolbar"/> <class name="inline-toolbar"/>
</style> </style>