mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
change app name text color
Change-Id: Iaf3e78e02b77f2f3f2217810624e5480ef185d62
This commit is contained in:
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
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user