From 6197771a6e327e2df593bf70ea88fa438e6af9ed Mon Sep 17 00:00:00 2001 From: liushanwen <773996719@qq.com> Date: Tue, 12 Jan 2021 18:59:59 +0800 Subject: [PATCH] =?UTF-8?q?Fixed=20notification=20center=20entry=20backgro?= =?UTF-8?q?und=20color=20turning=20black=20when=20opening=20edit=20box(?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80=E7=BC=96=E8=BE=91=E6=A1=86?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=80=9A=E7=9F=A5=E4=B8=AD=E5=BF=83=E6=9D=A1?= =?UTF-8?q?=E7=9B=AE=E6=9C=80=E5=BA=95=E5=B1=82widget=E5=BA=95=E8=89=B2?= =?UTF-8?q?=E5=8F=98=E9=BB=91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/ukui-sidebar-notification/appmsg.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/ukui-sidebar-notification/appmsg.cpp b/src/plugins/ukui-sidebar-notification/appmsg.cpp index 8e693457..13a304ca 100644 --- a/src/plugins/ukui-sidebar-notification/appmsg.cpp +++ b/src/plugins/ukui-sidebar-notification/appmsg.cpp @@ -70,7 +70,7 @@ AppMsg::AppMsg(NotificationPlugin *parent, QString strAppName, bool bTakeInFlag) //发个统计收纳数更新信号 connect(this, SIGNAL(Sig_countTakeInBitAndUpate()), parent, SLOT(onCountTakeInBitAndUpate())); - + this->setStyleSheet("background:transparent"); return; } @@ -87,8 +87,7 @@ void AppMsg::paintEvent(QPaintEvent *) p.setPen(Qt::transparent); p.drawRoundedRect(rect,6,6); - - + return; } //统计应用剩余显示条数 void AppMsg::statisticLeftItem()