summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbendikro <bro.devel+deluge@gmail.com>2020-04-01 13:06:12 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2020-04-23 17:17:20 +0100
commit034db27936c882c9d9e5e5b6881d6ba4b2a3bad0 (patch)
tree85b7280ff486d0c18be70029262420b599583fde
parent1e3c624613d7fbea8449b95ffff6d3104a9312c0 (diff)
downloaddeluge-034db27936c882c9d9e5e5b6881d6ba4b2a3bad0.tar.gz
deluge-034db27936c882c9d9e5e5b6881d6ba4b2a3bad0.tar.bz2
deluge-034db27936c882c9d9e5e5b6881d6ba4b2a3bad0.zip
[GTK] Add more width to outgoing ports spinbuttons in network preferences
The spinbuttons would sometimes be truncated. Fix by increasing the width
-rw-r--r--deluge/ui/gtk3/glade/preferences_dialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/deluge/ui/gtk3/glade/preferences_dialog.ui b/deluge/ui/gtk3/glade/preferences_dialog.ui
index 3c83997d8..1882521fd 100644
--- a/deluge/ui/gtk3/glade/preferences_dialog.ui
+++ b/deluge/ui/gtk3/glade/preferences_dialog.ui
@@ -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>