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



commit d597ad9dbab2bb263a5d30436641eb1524e19623
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]