From 3d13e1416a31bba0ae19f4db6955dbbfbf897ac1 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 20 Sep 2017 23:17:11 +0300 Subject: Use white as the background color --- src/TextInputWidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TextInputWidget.cc') diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cc index ce208feb..62b25423 100644 --- a/src/TextInputWidget.cc +++ b/src/TextInputWidget.cc @@ -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); -- cgit 1.5.1