Merge pull request #6683 from vvlladd28/bug/knob-control/resize

[3.4] UI: Fixed not correct work vertical resize in knob widget
This commit is contained in:
Igor Kulikov 2022-06-10 18:01:58 +03:00 committed by GitHub
commit d5082bf123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>