From c1f44ca8c739cd7183c1e85eb1b7a62f1ada12d6 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 9 Feb 2022 13:40:31 +0300 Subject: [PATCH] Round SettingsSlider by 1px. --- ui/widgets/widgets.style | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index 2ae207b..8e236b8 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -1005,6 +1005,7 @@ SettingsSlider { barTop: pixels; barSkip: pixels; barStroke: pixels; + barRadius: pixels; barFg: color; barFgActive: color; labelTop: pixels; @@ -1023,6 +1024,7 @@ defaultSettingsSlider: SettingsSlider { barTop: 5px; barSkip: 3px; barStroke: 3px; + barRadius: 1px; barFg: sliderBgInactive; barFgActive: sliderBgActive; labelTop: 17px;