summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/glade/preferences_dialog.ui
diff options
context:
space:
mode:
authorhugosenari <hugosenari@gmail.com>2018-08-20 05:21:18 -0300
committerCalum Lind <calumlind@gmail.com>2018-11-02 08:45:39 +0000
commit3a5ec4f5f42a1572b2735229f8bbc27107de6950 (patch)
tree5ab18965be3f0554deb7cdeb767106a25aa44a86 /deluge/ui/gtk3/glade/preferences_dialog.ui
parenteebb93d4eefb01b2c3468938c3dfd2583b3b33cd (diff)
downloaddeluge-3a5ec4f5f42a1572b2735229f8bbc27107de6950.tar.gz
deluge-3a5ec4f5f42a1572b2735229f8bbc27107de6950.tar.bz2
deluge-3a5ec4f5f42a1572b2735229f8bbc27107de6950.zip
[GTK3] Fix Glade ui margins and spacing
Diffstat (limited to 'deluge/ui/gtk3/glade/preferences_dialog.ui')
-rw-r--r--deluge/ui/gtk3/glade/preferences_dialog.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/deluge/ui/gtk3/glade/preferences_dialog.ui b/deluge/ui/gtk3/glade/preferences_dialog.ui
index 0698aad64..ae28d7457 100644
--- a/deluge/ui/gtk3/glade/preferences_dialog.ui
+++ b/deluge/ui/gtk3/glade/preferences_dialog.ui
@@ -1136,6 +1136,7 @@ and daemon (does not apply in Standalone mode).</property>
<object class="GtkGrid" id="table9">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="row_spacing">1</property>
<child>
<object class="GtkCheckButton" id="chk_move_completed">
<property name="label" translatable="yes">Move completed to:</property>
@@ -1557,6 +1558,7 @@ used sparingly.</property>
<object class="GtkLabel" id="label58">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">start</property>
<property name="label" translatable="yes">Connection Attempts per Second:</property>
</object>
<packing>
@@ -2624,6 +2626,7 @@ used sparingly.</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="max_length">5</property>
+ <property name="max_width_chars">6</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment_spin_incoming_port</property>
@@ -2958,6 +2961,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<object class="GtkGrid" id="table7">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkComboBox" id="combo_encout">
<property name="visible">True</property>
@@ -2998,6 +3002,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_right">8</property>
<property name="label" translatable="yes">Outgoing:</property>
</object>
<packing>
@@ -3009,6 +3014,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_right">8</property>
<property name="label" translatable="yes">Incoming:</property>
</object>
<packing>
@@ -3035,6 +3041,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_right">8</property>
<property name="label" translatable="yes">Level:</property>
</object>
<packing>
@@ -3047,6 +3054,7 @@ The network interface name or IP address for outgoing BitTorrent connections. (L
<object class="GtkComboBox" id="combo_enclevel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="valign">center</property>
<property name="model">liststore2</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext2"/>
@@ -4431,6 +4439,7 @@ the proxy instead of using the local DNS service</property>
<object class="GtkSpinButton" id="spin_daemon_port">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="max_width_chars">6</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment_spin_daemon_port</property>