From 354441297f462f7d46d2aa372319e7748af07e12 Mon Sep 17 00:00:00 2001 From: NoXPhasma Date: Mon, 18 Feb 2019 15:31:59 +0100 Subject: [PATCH] Fix vertical and horizontal levelbar values (#194) * Fix vertical and horizontal levelbar values The horizontal levelbar auto-width and auto-height values were used wrongly for vertical levelbar and vis versa. * 20px min-height on horizontal bars looks better --- common/gtk-3.0/3.20/sass/_common.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index d0ff686..29eada3 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2334,12 +2334,12 @@ progressbar { // levelbar { block { - min-width: 32px; - min-height: 1px; + min-width: 1px; + min-height: 20px; } &.vertical block { - min-width: 1px; - min-height: 32px; + min-width: 32px; + min-height: 1px; } trough {