[gnome-shell/wip/gdm-shell] loginDialog: turn on swipe scrolling (needs-squash)



commit 612ea93d5a033883431b63a0b208cb67088a9ba0
Author: Ray Strode <rstrode redhat com>
Date:   Wed Jul 6 23:59:42 2011 -0400

    loginDialog: turn on swipe scrolling (needs-squash)

 js/ui/loginDialog.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/loginDialog.js b/js/ui/loginDialog.js
index b853c3f..aa54590 100644
--- a/js/ui/loginDialog.js
+++ b/js/ui/loginDialog.js
@@ -268,7 +268,8 @@ function UserList() {
 
 UserList.prototype = {
     _init: function() {
-        this.actor = new St.ScrollView({ style_class: 'login-dialog-user-list-view'});
+        this.actor = new St.ScrollView({ enable_swipe_scrolling: true,
+                                         style_class:            'login-dialog-user-list-view'});
         this.actor.set_policy(Gtk.PolicyType.NEVER,
                               Gtk.PolicyType.AUTOMATIC);
 



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