From af105b377cb8eee5c4ea6b99c4e1eae12af335b4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 23 Apr 2021 14:56:06 +0400 Subject: [PATCH] Remove shadows from defaultScrollArea. --- ui/widgets/widgets.style | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index cb7eaa1..9bbffb1 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -694,8 +694,8 @@ defaultScrollArea: ScrollArea { deltat: 3px; deltab: 3px; - topsh: 2px; - bottomsh: 2px; + topsh: 0px; + bottomsh: 0px; shColor: shadowFg; duration: 150; @@ -708,9 +708,6 @@ defaultSolidScroll: ScrollArea(defaultScrollArea) { deltat: 6px; deltab: 6px; - topsh: 0px; - bottomsh: 0px; - hiding: 0; }