From c2888d634fe55b133bb8ccc57f9202858b40ed2c Mon Sep 17 00:00:00 2001 From: Hombre Date: Thu, 20 Oct 2016 23:14:55 +0200 Subject: [PATCH] Bugfx: there was free space around the main window when maximized See issue #3446 --- rtdata/themes/RawTherapee.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtdata/themes/RawTherapee.css b/rtdata/themes/RawTherapee.css index e70fe2200..840c83ad3 100644 --- a/rtdata/themes/RawTherapee.css +++ b/rtdata/themes/RawTherapee.css @@ -88,10 +88,10 @@ eventbox .frame { border-color: #565656; } -window { +window decoration { padding: 0; margin: 0; - border: none; + box-shadow: 0 0; } button {