network: fix huge inline toolbar icons
Apparently GtkBuilder doesn't like too much <style> sections interleaved among <property> tags.
This commit is contained in:
parent
0246034c5c
commit
b97782616e
1 changed files with 2 additions and 2 deletions
|
@ -278,11 +278,11 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="toolbar_style">icons</property>
|
||||
<property name="show_arrow">False</property>
|
||||
<property name="icon_size">1</property>
|
||||
<style>
|
||||
<class name="inline-toolbar"/>
|
||||
</style>
|
||||
<property name="show_arrow">False</property>
|
||||
<property name="icon_size">1</property>
|
||||
<child>
|
||||
<object class="GtkToolButton" id="add_toolbutton">
|
||||
<property name="use_action_appearance">False</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue