Commit eca36bd2 authored by Lorenz Meier's avatar Lorenz Meier

Re-enabled resizing

parent c555a9fd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
QWidget#colorIcon {} QWidget#colorIcon {}
QWidget { QWidget {
background-color: #222222; background-color: #222224;
color: #FFFFFF; color: #FFFFFF;
background-clip: border; background-clip: border;
font-size: 11px; font-size: 11px;
...@@ -80,8 +80,9 @@ border: 1px solid #777777; ...@@ -80,8 +80,9 @@ border: 1px solid #777777;
} }
QMainWindow::separator { QMainWindow::separator {
width: 0px; /* when vertical */ background-color: #323235;
height: 0px; /* when horizontal */ width: 2px; /* when vertical */
height: 2px; /* when horizontal */
} }
QMainWindow::separator:hover { QMainWindow::separator:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment