Allow a smtp port higher than 100
Add a shadow to scrolled window
This commit is contained in:
parent
69956ad1db
commit
583248f558
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue