[gnome-shell] scroll-view-sizing: Add a lot more boxes



commit affcd5c7debd3ae0f8667f9ec75904f4b2c985c0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 28 17:00:15 2012 -0500

    scroll-view-sizing: Add a lot more boxes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689249

 tests/interactive/scroll-view-sizing.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/interactive/scroll-view-sizing.js b/tests/interactive/scroll-view-sizing.js
index 14a31ee..42027c9 100644
--- a/tests/interactive/scroll-view-sizing.js
+++ b/tests/interactive/scroll-view-sizing.js
@@ -24,7 +24,10 @@ const UI = imports.testcommon.ui;
 
 const BOX_HEIGHT = 20;
 const BOX_WIDTHS = [
-    10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40
+    10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
+    10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
+    10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
+    10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40,
 ];
 
 const SPACING = 10;



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