[GTK] Add more width to outgoing ports spinbuttons in network preferences

The spinbuttons would sometimes be truncated.
Fix by increasing the width
This commit is contained in:
bendikro 2020-04-01 13:06:12 +02:00 committed by Calum Lind
parent 1e3c624613
commit 034db27936

View File

@ -2862,6 +2862,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<property name="sensitive">False</property> <property name="sensitive">False</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="max_length">5</property> <property name="max_length">5</property>
<property name="width_chars">7</property>
<property name="primary_icon_activatable">False</property> <property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment_spin_outgoing_port_min</property> <property name="adjustment">adjustment_spin_outgoing_port_min</property>
@ -2894,6 +2895,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<property name="sensitive">False</property> <property name="sensitive">False</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="max_length">5</property> <property name="max_length">5</property>
<property name="width_chars">7</property>
<property name="primary_icon_activatable">False</property> <property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment_spin_outgoing_port_max</property> <property name="adjustment">adjustment_spin_outgoing_port_max</property>