UI: Minor improvement

This commit is contained in:
Igor Kulikov 2024-02-14 17:03:15 +02:00
parent a65396c40c
commit 4dc3d0ee78

View File

@ -298,7 +298,7 @@ export class SliderWidgetComponent extends
} }
let minAspect = 0.2; let minAspect = 0.2;
let avgContentHeight = 45; let avgContentHeight = 35;
if (this.showTicks) { if (this.showTicks) {
minAspect += 0.1; minAspect += 0.1;
avgContentHeight += 20; avgContentHeight += 20;