From 395611f8e1aeb22c0b0d45d6d8964cb83714b9d9 Mon Sep 17 00:00:00 2001 From: Hombre Date: Thu, 20 Oct 2016 22:47:04 +0200 Subject: [PATCH] Bugfix of the Scale's theme, was overflowing its allocated space --- rtdata/themes/RawTherapee.css | 1 + 1 file changed, 1 insertion(+) diff --git a/rtdata/themes/RawTherapee.css b/rtdata/themes/RawTherapee.css index 1c52b47e8..e70fe2200 100644 --- a/rtdata/themes/RawTherapee.css +++ b/rtdata/themes/RawTherapee.css @@ -110,6 +110,7 @@ box { scale { padding: 0; min-height: 5px; + margin: 0 6px 0 6px; /* have to be half of "scale slider" >> "min-width" for horizontalmargin */ } scale slider {