Add missing text to mouse-tab.

This commit is contained in:
József Farkas
2016-06-12 10:12:19 +02:00
parent 9192996df3
commit 39913889ec
2 changed files with 14 additions and 0 deletions

View File

@@ -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;

View File

@@ -83,6 +83,10 @@ import {MouseAction, MouseActionParam} from '../../../../config-serializer/confi
</div>
</div>
<div *ngSwitchWhen="3" class="mouse__config mouse__config--speed text-center">
<div class="help-text--mouse-speed text-left">
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.</p>
<p>You can set the multiplier in <a href="#" title="link to the setting">link to setting</a>.</p>
</div>
<div class="btn-group btn-group-lg" role="group">
<button type="button" class="btn btn-default"
(click)="onMouseActionClick($event.target, MouseActionParam.decelerate)">-</button>