UI: Fixed not correct work vertical resize in knob widget

This commit is contained in:
Vladyslav_Prykhodko 2022-06-10 13:49:51 +03:00
parent 9afdd97363
commit 9c3febf664

View File

@ -15,8 +15,8 @@
limitations under the License. limitations under the License.
--> -->
<div class="tb-knob" fxLayout="column" [ngStyle]="{'pointerEvents': ctx.isEdit ? 'none' : 'all'}"> <div #knobContainer class="tb-knob" fxLayout="column" [ngStyle]="{'pointerEvents': ctx.isEdit ? 'none' : 'all'}">
<div #knobContainer id="knob-container" fxFlex fxLayout="column" fxLayoutAlign="center center"> <div fxFlex fxLayout="column" fxLayoutAlign="center center">
<div #knob class="knob"> <div #knob class="knob">
<div #knobValueContainer class="value-container" fxLayout="row" fxLayoutAlign="center center"> <div #knobValueContainer class="value-container" fxLayout="row" fxLayoutAlign="center center">
<span #knobValue class="knob-value">{{ value }}</span> <span #knobValue class="knob-value">{{ value }}</span>