[gnome-contacts] Set scrollbar policy for groups



commit 851a6f1902be6dcce6c95d4e744f170733d8ad1e
Author: Alexander Larsson <alexl redhat com>
Date:   Thu May 12 11:26:00 2011 +0200

    Set scrollbar policy for groups

 src/contacts-app.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index d0dcee3..cc074e3 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -369,6 +369,7 @@ public class Contacts.App : Window {
 
     var scrolled = new ScrolledWindow(null, null);
     sidebar = scrolled;
+    scrolled.set_policy (PolicyType.NEVER, PolicyType.AUTOMATIC);
     scrolled.set_vexpand (true);
     scrolled.set_border_width (8);
     grid.attach (scrolled, 0, 0, 1, 2);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]