Module: deluge Branch: 1.3-stable Commit: 583248f558eb3d07836617e9dcd0df187cac77ef
Author: Andrew Resch <[email protected]> Date: Sat May 28 18:25:58 2011 -0700 Allow a smtp port higher than 100 Add a shadow to scrolled window --- .../notifications/notifications/data/config.glade | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/deluge/plugins/notifications/notifications/data/config.glade b/deluge/plugins/notifications/notifications/data/config.glade index f160350..4da1de6 100644 --- a/deluge/plugins/notifications/notifications/data/config.glade +++ b/deluge/plugins/notifications/notifications/data/config.glade @@ -213,7 +213,7 @@ <property name="max_length">65535</property> <property name="invisible_char">●</property> <property name="width_chars">5</property> - <property name="adjustment">25 1 100 1 10 0</property> + <property name="adjustment">25 1 65535 0 10 0</property> <property name="climb_rate">1</property> <property name="snap_to_ticks">True</property> <property name="numeric">True</property> @@ -292,6 +292,7 @@ <property name="can_focus">True</property> <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> + <property name="shadow_type">in</property> <child> <widget class="GtkTreeView" id="smtp_recipients"> <property name="visible">True</property> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
