From 39913889ec45baa4329df834db47a504fffdd6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Sun, 12 Jun 2016 10:12:19 +0200 Subject: [PATCH] Add missing text to mouse-tab. --- src/components/popover/tab/mouse-tab.component.scss | 10 ++++++++++ src/components/popover/tab/mouse-tab.component.ts | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/src/components/popover/tab/mouse-tab.component.scss b/src/components/popover/tab/mouse-tab.component.scss index d60b5585..49eb50bc 100644 --- a/src/components/popover/tab/mouse-tab.component.scss +++ b/src/components/popover/tab/mouse-tab.component.scss @@ -28,6 +28,16 @@ } } + .help-text--mouse-speed { + margin-bottom: 2rem; + font-size: 0.9em; + color: #666; + + p { + margin: 0; + } + } + .details { .btn-placeholder { visibility: hidden; diff --git a/src/components/popover/tab/mouse-tab.component.ts b/src/components/popover/tab/mouse-tab.component.ts index 1925e8fb..9b19bf70 100644 --- a/src/components/popover/tab/mouse-tab.component.ts +++ b/src/components/popover/tab/mouse-tab.component.ts @@ -83,6 +83,10 @@ import {MouseAction, MouseActionParam} from '../../../../config-serializer/confi
+
+

Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.

+

You can set the multiplier in link to setting.

+