Use white as the background color
This commit is contained in:
parent
e7b7bf86c5
commit
3d13e1416a
6 changed files with 7 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue