From 94fb31633e8ac4573fe50d398406c128031dee67 Mon Sep 17 00:00:00 2001 From: Kevin Flynn Date: Wed, 2 Jul 2014 23:53:14 -0700 Subject: [PATCH] Fix QSplitter color to match mockup --- widget.ui | 64 +++++++++++++++++++++++++++++++++++++++++++++++ widget/widget.cpp | 1 + 2 files changed, 65 insertions(+) diff --git a/widget.ui b/widget.ui index 8052eb549..02bc6c4b7 100644 --- a/widget.ui +++ b/widget.ui @@ -240,6 +240,70 @@ 0 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + true diff --git a/widget/widget.cpp b/widget/widget.cpp index 129d44962..e4e6fae66 100644 --- a/widget/widget.cpp +++ b/widget/widget.cpp @@ -146,6 +146,7 @@ Widget::Widget(QWidget *parent) : ui->statusLabel->setText(Settings::getInstance().getStatusMessage()); ui->statusLabel->label->setStyleSheet("QLabel { color : white; font-size: 8pt;}"); ui->friendList->widget()->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); + ui->centralWidget->setStyleSheet("QSplitter{background-color: white;}"); this->setMouseTracking(true);