Use white as the background color

This commit is contained in:
Konstantinos Sideris 2017-09-20 23:17:11 +03:00
parent e7b7bf86c5
commit 3d13e1416a
6 changed files with 7 additions and 7 deletions

View file

@ -47,7 +47,7 @@ TextInputWidget::TextInputWidget(QWidget *parent)
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
setCursor(Qt::ArrowCursor);
setStyleSheet("background-color: #f8fbfe; height: 45px;");
setStyleSheet("background-color: #fff; height: 45px;");
topLayout_ = new QHBoxLayout();
topLayout_->setSpacing(2);