diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-14 19:33:49 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-08-24 11:10:50 +0000 |
commit | e007f059b28f686109705ad1972cfdb6adc7ec43 (patch) | |
tree | 36e1c81324e8034532473e1b33eaabb2329d5f78 /server/src/com/vaadin | |
parent | 03c262b21bf91f6635e6725e4fd8f79d67359b93 (diff) | |
download | vaadin-framework-e007f059b28f686109705ad1972cfdb6adc7ec43.tar.gz vaadin-framework-e007f059b28f686109705ad1972cfdb6adc7ec43.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/vaadin')
-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. |