summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbendikro <bendikro@gmail.com>2013-01-23 20:55:26 +0100
committerChase Sterling <chase.sterling@gmail.com>2013-02-11 20:11:00 -0500
commitcdfb337bae8a05e7cb89c506f9b2beee090d4120 (patch)
tree6732bc20f32f44b0924f122fe2a05b5e76480a97
parent6c75201b2e0545a639ed5e23837ea16304952e37 (diff)
downloaddeluge-cdfb337b.tar.gz
deluge-cdfb337b.tar.bz2
deluge-cdfb337b.zip
Added GtkAdjustment to the port spinbutton
-rw-r--r--deluge/ui/gtkui/glade/connection_manager.addhost.ui10
1 files changed, 9 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/glade/connection_manager.addhost.ui b/deluge/ui/gtkui/glade/connection_manager.addhost.ui
index d46994dc0..87c7697fb 100644
--- a/deluge/ui/gtkui/glade/connection_manager.addhost.ui
+++ b/deluge/ui/gtkui/glade/connection_manager.addhost.ui
@@ -101,8 +101,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="truncate_multiline">True</property>
<property name="activates_default">True</property>
+ <property name="truncate_multiline">True</property>
<property name="invisible_char_set">True</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
@@ -138,10 +138,12 @@
<property name="width_chars">5</property>
<property name="xalign">1</property>
<property name="invisible_char_set">True</property>
+ <property name="progress_pulse_step">1</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
+ <property name="adjustment">adjustment_port</property>
<property name="climb_rate">1</property>
<property name="numeric">True</property>
</object>
@@ -255,4 +257,10 @@
<action-widget response="2">button_addhost_save</action-widget>
</action-widgets>
</object>
+ <object class="GtkAdjustment" id="adjustment_port">
+ <property name="upper">65535</property>
+ <property name="value">58846</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
</interface>