]> git.0d.be Git - empathy.git/commitdiff
Set a height request of 200px for the treeview widget. (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 17 Oct 2008 12:46:48 +0000 (12:46 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 17 Oct 2008 12:46:48 +0000 (12:46 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1612

src/empathy-import-dialog.glade

index 374bfe59bf23cb0cd3cc43b70d5596193908448d..2725c5eae50801951f2823ed1b5a3fba01a27975 100644 (file)
@@ -22,6 +22,7 @@
             <property name="shadow_type">GTK_SHADOW_IN</property>
             <child>
               <widget class="GtkTreeView" id="treeview">
+                <property name="height_request">200</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="enable_search">False</property>