summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-07 14:42:46 +0300
committerArtur Signell <artur@vaadin.com>2014-08-07 14:29:24 +0000
commitdee87e1172cee9be7c4d2b22e3974babecc30906 (patch)
tree1112395c17edebe1e4902537ad322b307ca55364 /uitest
parent83cef3a4df1528f4572e287bfc36ed793e7ac539 (diff)
downloadvaadin-framework-dee87e1172cee9be7c4d2b22e3974babecc30906.tar.gz
vaadin-framework-dee87e1172cee9be7c4d2b22e3974babecc30906.zip
Empty rows in Table are badly styles (#14112)
Reduced padding around widgets inside table cells also. Set z-index for drag’n’drop styles to set the above any relative positioned widgets inside table cells. Change-Id: I512c61428aa88678261f276148d3ba39134a6411
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/themes/valo/Tables.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/Tables.java b/uitest/src/com/vaadin/tests/themes/valo/Tables.java
index 442e3e509a..62ef67f9f3 100644
--- a/uitest/src/com/vaadin/tests/themes/valo/Tables.java
+++ b/uitest/src/com/vaadin/tests/themes/valo/Tables.java
@@ -48,7 +48,7 @@ public class Tables extends VerticalLayout implements View {
CheckBox footer = new CheckBox("Footer", true);
CheckBox sized = new CheckBox("Sized");
CheckBox expandRatios = new CheckBox("Expand ratios");
- CheckBox stripes = new CheckBox("Sripes", true);
+ CheckBox stripes = new CheckBox("Stripes", true);
CheckBox verticalLines = new CheckBox("Vertical lines", true);
CheckBox horizontalLines = new CheckBox("Horizontal lines", true);
CheckBox borderless = new CheckBox("Borderless");