From eca36bd2757cb0068738bb14b7dc28281090a897 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 2 May 2013 19:56:00 +0200 Subject: [PATCH] Re-enabled resizing --- files/styles/style-indoor.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/styles/style-indoor.css b/files/styles/style-indoor.css index 6c0328828..f3bf5e05b 100644 --- a/files/styles/style-indoor.css +++ b/files/styles/style-indoor.css @@ -2,7 +2,7 @@ QWidget#colorIcon {} QWidget { - background-color: #222222; + background-color: #222224; color: #FFFFFF; background-clip: border; font-size: 11px; @@ -80,8 +80,9 @@ border: 1px solid #777777; } QMainWindow::separator { - width: 0px; /* when vertical */ - height: 0px; /* when horizontal */ + background-color: #323235; + width: 2px; /* when vertical */ + height: 2px; /* when horizontal */ } QMainWindow::separator:hover { -- 2.22.0