diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-14 19:33:49 +0300 |
---|---|---|
committer | Mika Murtojarvi <mika@vaadin.com> | 2015-08-25 16:28:36 +0300 |
commit | a1d30da8dcebc10e1d158ec2ceecf04896a09a22 (patch) | |
tree | 5af70dc74ecb5ddd4e705649ab713a3a84e9f194 /server/src/com | |
parent | 37f772de6abdb6aafb85d426d532fc5fe83f2e23 (diff) | |
download | vaadin-framework-a1d30da8dcebc10e1d158ec2ceecf04896a09a22.tar.gz vaadin-framework-a1d30da8dcebc10e1d158ec2ceecf04896a09a22.zip |
Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)
Use constants in Valo tests to ensure they are correct
Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
Diffstat (limited to 'server/src/com')
-rw-r--r-- | server/src/com/vaadin/ui/themes/ValoTheme.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/themes/ValoTheme.java b/server/src/com/vaadin/ui/themes/ValoTheme.java index 1285bf7f67..3a9986c632 100644 --- a/server/src/com/vaadin/ui/themes/ValoTheme.java +++ b/server/src/com/vaadin/ui/themes/ValoTheme.java @@ -709,7 +709,7 @@ public class ValoTheme { * area is scrolled. Suitable with the {@link #PANEL_BORDERLESS} style. Can * be combined with any other Panel style. */ - public static final String PANEL_SCROLL_INDICATOR = "scroll-indicator"; + public static final String PANEL_SCROLL_INDICATOR = "scroll-divider"; /** * Inset panel style. Can be combined with any other Panel style. |