scroll-view-sizing: Enable vfade by default

https://bugzilla.gnome.org/show_bug.cgi?id=689249
This commit is contained in:
Jasper St. Pierre 2012-11-28 18:30:16 -05:00
parent affcd5c7de
commit 7c93639e59

View File

@ -386,6 +386,7 @@ function test() {
}
vfade.connect('clicked', function() { toggleFade(vfade); });
toggleFade(vfade);
UI.main(stage);
}