[gnome-shell/wip/clutter-deprecation-fixes: 22/22] tests: Enable the vertical fade in the scrolling tests



commit a0b6b6909e16111ba91731767127e8f719490d47
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Feb 14 12:18:10 2012 -0500

    tests: Enable the vertical fade in the scrolling tests

 tests/interactive/scrolling.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/interactive/scrolling.js b/tests/interactive/scrolling.js
index e03a4ed..cbdaaa6 100644
--- a/tests/interactive/scrolling.js
+++ b/tests/interactive/scrolling.js
@@ -19,7 +19,7 @@ let toggle = new St.Button({ label: 'Horizontal Scrolling',
                          toggle_mode: true });
 vbox.add(toggle);
 
-let v = new St.ScrollView();
+let v = new St.ScrollView({ style_class: 'vfade' });
 vbox.add(v, { expand: true });
 
 toggle.connect('notify::checked', function () {



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