[gnome-shell/wip/clutter-deprecation-fixes: 18/18] tests: Enable the vertical fade in the scrolling tests
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/clutter-deprecation-fixes: 18/18] tests: Enable the vertical fade in the scrolling tests
- Date: Thu, 16 Feb 2012 18:54:16 +0000 (UTC)
commit d0f7d2793f22c507172ba601f1597c8b6e267127
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
https://bugzilla.gnome.org/show_bug.cgi?id=670034
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]