From 9f107fd58a3e8b8cb0a6eb590e549cb618c698f3 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 23 Nov 2018 17:00:39 -0500 Subject: [PATCH] Make scrollbar as wide as 1 mono char --- kstyle/breeze.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kstyle/breeze.h b/kstyle/breeze.h index 710d075d..d68d3f90 100644 --- a/kstyle/breeze.h +++ b/kstyle/breeze.h @@ -103,7 +103,7 @@ namespace Breeze MenuBarItem_MarginHeight = 6, // scrollbars - ScrollBar_Extend = 21, + ScrollBar_Extend = 10, ScrollBar_SliderWidth = 6, ScrollBar_MinSliderHeight = 20, ScrollBar_NoButtonHeight = (ScrollBar_Extend-ScrollBar_SliderWidth)/2, @@ -185,11 +185,11 @@ namespace Breeze // The standard pen stroke width for shadows. static constexpr int Shadow = 1; - + // A value for pen width arguments to make it clear that there is no pen stroke static constexpr int NoPen = 0; } - + //* animation mode enum AnimationMode {