printers: Force icons toolbar style
https://bugzilla.gnome.org/show_bug.cgi?id=651599
This commit is contained in:
parent
4623be9c94
commit
9aaef2614c
1 changed files with 1 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="icon_size">1</property>
|
||||
<property name="icon_size_set">True</property>
|
||||
<property name="toolbar-style">icons</property>
|
||||
<style>
|
||||
<class name="inline-toolbar"/>
|
||||
</style>
|
||||
|
@ -45,7 +46,6 @@
|
|||
<object class="GtkToolButton" id="printer-add-button">
|
||||
<property name="visible">True</property>
|
||||
<property name="sensitive">True</property>
|
||||
<property name="label" translatable="yes">Add printer</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="icon_name">list-add-symbolic</property>
|
||||
</object>
|
||||
|
@ -57,7 +57,6 @@
|
|||
<child>
|
||||
<object class="GtkToolButton" id="printer-remove-button">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Remove printer</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="icon_name">list-remove-symbolic</property>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue