From 6ef3485c5684f44c331bccdd8d1409d2eed740ef Mon Sep 17 00:00:00 2001 From: Chantsova Ekaterina Date: Thu, 24 Jun 2021 17:21:04 +0300 Subject: [PATCH] UI: fix incorrect timewindow displaying --- .../app/shared/components/time/timewindow-panel.component.html | 2 +- ui-ngx/src/app/shared/components/time/timewindow.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/shared/components/time/timewindow-panel.component.html b/ui-ngx/src/app/shared/components/time/timewindow-panel.component.html index f947c51d3e..e65c0f8cf7 100644 --- a/ui-ngx/src/app/shared/components/time/timewindow-panel.component.html +++ b/ui-ngx/src/app/shared/components/time/timewindow-panel.component.html @@ -17,7 +17,7 @@ -->
-
+
diff --git a/ui-ngx/src/app/shared/components/time/timewindow.component.ts b/ui-ngx/src/app/shared/components/time/timewindow.component.ts index 77d10eadcc..e9ecb2811b 100644 --- a/ui-ngx/src/app/shared/components/time/timewindow.component.ts +++ b/ui-ngx/src/app/shared/components/time/timewindow.component.ts @@ -185,7 +185,7 @@ export class TimewindowComponent implements OnInit, OnDestroy, ControlValueAcces }); if (isGtXs) { config.minWidth = '417px'; - config.maxHeight = '500px'; + config.maxHeight = '550px'; const panelHeight = 375; const panelWidth = 417; const el = this.timewindowPanelOrigin.elementRef.nativeElement;