mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 12:05:19 +00:00
parent
59880955a2
commit
60d021ef82
@ -14,6 +14,8 @@
|
||||
type="range"
|
||||
min="0"
|
||||
max="500"
|
||||
draggable="true"
|
||||
@dragstart.stop.prevent
|
||||
@change="notifyFiltersChanged"
|
||||
@input="notifyFiltersChanged"
|
||||
>
|
||||
@ -24,6 +26,8 @@
|
||||
type="range"
|
||||
min="0"
|
||||
max="500"
|
||||
draggable="true"
|
||||
@dragstart.stop.prevent
|
||||
@change="notifyFiltersChanged"
|
||||
@input="notifyFiltersChanged"
|
||||
>
|
||||
|
@ -21,7 +21,11 @@
|
||||
*****************************************************************************/
|
||||
|
||||
<template>
|
||||
<div class="h-local-controls h-local-controls--overlay-content h-local-controls--menus-aligned c-local-controls--show-on-hover">
|
||||
<div
|
||||
class="h-local-controls h-local-controls--overlay-content h-local-controls--menus-aligned c-local-controls--show-on-hover"
|
||||
role="toolbar"
|
||||
aria-label="Image controls"
|
||||
>
|
||||
<imagery-view-menu-switcher
|
||||
:icon-class="'icon-brightness'"
|
||||
:title="'Brightness and contrast'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user