summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <scampa.giovanni@gmail.com>2015-03-03 00:55:54 -0800
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-04-21 19:45:30 -0500
commit389f01f85c8d0fb904552764a1f54533cc3fa5be (patch)
treebba77d639bdfc5adfc1a5eaa1bf9413b77526723
parent4cf6b1a8a581f63d9a39844ab7968df1453eed0e (diff)
downloadempathy-389f01f85c8d0fb904552764a1f54533cc3fa5be.tar.gz
Fix preferences with modern gtk+
Set the scrolled windows to expand so that they cover the entire preference window vertically. https://bugzilla.gnome.org/show_bug.cgi?id=745504
-rw-r--r--src/empathy-preferences.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index a8015acd1..b3a829a9a 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -545,6 +545,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
+ <property name="vexpand">True</property>
<child>
<object class="GtkTreeView" id="treeview_sounds">
<property name="visible">True</property>
@@ -881,6 +882,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="shadow_type">in</property>
+ <property name="vexpand">True</property>
<child>
<object class="GtkTreeView" id="treeview_spell_checker">
<property name="visible">True</property>