summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2011-07-11 16:27:48 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2011-07-11 16:27:48 +0100
commit192f3d88e5b0ec5f518b03c134c046c54f4abfaa (patch)
tree9d69359178a035a0bef689a3ede7336a7bc86bae
parentd9cf3a8c0848ab8ee8808a347d2cd7613b55efd6 (diff)
downloaddeluge-192f3d88e5b0ec5f518b03c134c046c54f4abfaa.tar.gz
deluge-192f3d88e5b0ec5f518b03c134c046c54f4abfaa.tar.bz2
deluge-192f3d88e5b0ec5f518b03c134c046c54f4abfaa.zip
set spinbuttons numeric only
-rw-r--r--deluge/ui/gtkui/glade/main_window.tabs.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/deluge/ui/gtkui/glade/main_window.tabs.ui b/deluge/ui/gtkui/glade/main_window.tabs.ui
index c29cf3786..b998597cc 100644
--- a/deluge/ui/gtkui/glade/main_window.tabs.ui
+++ b/deluge/ui/gtkui/glade/main_window.tabs.ui
@@ -1331,6 +1331,7 @@
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">spin_max_connections_adjustment</property>
+ <property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -1355,6 +1356,7 @@
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">spin_max_upload_adjustment</property>
<property name="digits">1</property>
+ <property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -1483,6 +1485,7 @@
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">spin_max_upload_slots_adjustment</property>
+ <property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>