Inset roster filter textentry

This commit is contained in:
Julien Pivotto 2011-04-18 10:00:06 +02:00
parent 304686ba21
commit 13b8c75c7e
1 changed files with 13 additions and 2 deletions

View File

@ -343,6 +343,17 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkEntry" id="roster_filter_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<signal name="insert_at_cursor" handler="on_roster_filter_entry_insert_at_cursor" />
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
@ -367,7 +378,7 @@
</child>
</object>
<packing>
<property name="position">0</property>
<property name="position">1</property>
</packing>
</child>
<child>
@ -377,7 +388,7 @@
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
</object>