network: Fix runtime warning
Gtk-WARNING **: Failed to set property GtkImage.icon-size to button: Could not parse integer 'button' Replaced it with the non-symbolic value "4".
This commit is contained in:
parent
0dd386f405
commit
17c6563e69
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">view-refresh-symbolic</property>
|
||||
<property name="icon_size">button</property>
|
||||
<!-- GTK_ICON_SIZE_BUTTON -->
|
||||
<property name="icon_size">4</property>
|
||||
</object>
|
||||
</child>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Reference in a new issue