Remove off-white color

This commit is contained in:
Konstantinos Sideris 2017-09-16 17:43:34 +03:00
parent 29e21e2970
commit fd552b8a9c
5 changed files with 12 additions and 12 deletions

View file

@ -34,7 +34,7 @@ MainWindow::MainWindow(QWidget *parent)
setSizePolicy(sizePolicy);
setWindowTitle("nheko");
setObjectName("MainWindow");
setStyleSheet("QWidget#MainWindow {background-color: #f9f9f9}");
setStyleSheet("QWidget#MainWindow {background-color: #fff}");
restoreWindowSize();
setMinimumSize(QSize(conf::window::minWidth, conf::window::minHeight));