mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Time Offset Widget: widget changes size continuously during resizing
This commit is contained in:
parent
79f14a5262
commit
d2461a225e
2 changed files with 3 additions and 0 deletions
|
@ -398,6 +398,8 @@ div[class*="-widget"] label {
|
|||
|
||||
/* Begin time offset widget */
|
||||
.time-offset {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
|
|
@ -168,6 +168,7 @@ class WidgetFactory {
|
|||
widget.customProperties.valueMin = 0;
|
||||
widget.customProperties.valueMax = 1;
|
||||
widget.customProperties.valueUseMinMax = false;
|
||||
widget.customProperties.lockAspect = true;
|
||||
break;
|
||||
case 'Box':
|
||||
widget.minWidth = 50;
|
||||
|
|
Loading…
Add table
Reference in a new issue