aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-10-17 20:46:48 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-10-17 20:46:48 +0800
commit4d5b6f406262ba5ecfe7cb699cb26c36125b6d18 (patch)
tree039157a5d8fcf2acb4ffed0fd597b8ce2526b751 /src
parenteb7c4a6bc4ceb326e0cbc30eb00cf4b0c280f90b (diff)
downloadgsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar.gz
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar.bz2
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar.lz
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar.xz
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.tar.zst
gsoc2013-empathy-4d5b6f406262ba5ecfe7cb699cb26c36125b6d18.zip
Set a height request of 200px for the treeview widget. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1612 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-import-dialog.glade1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-import-dialog.glade b/src/empathy-import-dialog.glade
index 374bfe59b..2725c5eae 100644
--- a/src/empathy-import-dialog.glade
+++ b/src/empathy-import-dialog.glade
@@ -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>