change app name text color

Change-Id: Iaf3e78e02b77f2f3f2217810624e5480ef185d62
This commit is contained in:
石博文 2018-02-05 16:58:46 +08:00 committed by Deepin Code Review
parent 2012f1b6bf
commit 7f6d6c33a6
Notes: Deepin Code Review 2018-02-05 17:03:38 +08:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Mon, 05 Feb 2018 17:03:37 +0800
Reviewed-on: https://cr.deepin.io/31464
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -46,6 +46,7 @@ AppSnapshot::AppSnapshot(const WId wid, QWidget *parent)
m_closeBtn->setHoverPic(":/icons/resources/close_round_hover.svg");
m_closeBtn->setPressPic(":/icons/resources/close_round_press.svg");
m_closeBtn->setVisible(false);
m_title->setStyleSheet("color: white;");
QHBoxLayout *centralLayout = new QHBoxLayout;
centralLayout->addWidget(m_title);