[Rigo] increase search bar maximum entry length to 512 chars.

This commit is contained in:
Fabio Erculiani
2012-08-12 12:05:50 +02:00
parent 70c6823b90
commit 3679fa966a

View File

@@ -85,7 +85,7 @@
<property name="height_request">40</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="max_length">100</property>
<property name="max_length">512</property>
<property name="invisible_char">●</property>
<property name="invisible_char_set">True</property>
<property name="primary_icon_stock">gtk-find</property>