mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[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:
parent
1e3c624613
commit
034db27936
1 changed files with 2 additions and 0 deletions
|
@ -2862,6 +2862,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
|
|||
<property name="sensitive">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="max_length">5</property>
|
||||
<property name="width_chars">7</property>
|
||||
<property name="primary_icon_activatable">False</property>
|
||||
<property name="secondary_icon_activatable">False</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="can_focus">True</property>
|
||||
<property name="max_length">5</property>
|
||||
<property name="width_chars">7</property>
|
||||
<property name="primary_icon_activatable">False</property>
|
||||
<property name="secondary_icon_activatable">False</property>
|
||||
<property name="adjustment">adjustment_spin_outgoing_port_max</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue