]> source.dussan.org Git - vaadin-framework.git/commitdiff
Undefined width of Grid is 500px #13334
authorJohn Ahlroos <john@vaadin.com>
Thu, 12 Jun 2014 11:42:15 +0000 (14:42 +0300)
committerJohn Ahlroos <john@vaadin.com>
Thu, 12 Jun 2014 11:42:15 +0000 (14:42 +0300)
Change-Id: I32ac6bbf7f50696cb55da30f7bcab558e575203f

client/src/com/vaadin/client/ui/grid/Escalator.java

index 3af7c76da82dc0f9a69eea21905d8191495cc9df..8a1f6f584281d37984f941fa59617cf50eea58a3 100644 (file)
@@ -3833,7 +3833,7 @@ public class Escalator extends Widget {
      */
     private static final double RATIO_OF_40_DEGREES = Math.tan(2 * Math.PI / 9);
 
-    private static final String DEFAULT_WIDTH = "400.0px";
+    private static final String DEFAULT_WIDTH = "500.0px";
     private static final String DEFAULT_HEIGHT = "400.0px";
 
     private FlyweightRow flyweightRow = new FlyweightRow(this);