mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 02:11:06 +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
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user