Allow a smtp port higher than 100

Add a shadow to scrolled window
This commit is contained in:
Andrew Resch 2011-05-28 18:25:58 -07:00
parent 69956ad1db
commit 583248f558
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,7 @@
<property name="max_length">65535</property>
<property name="invisible_char">&#x25CF;</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>