125649 【设计】【UKUI攻关】【备份还原】所有操作流程主题高亮不变化

This commit is contained in:
zhaominyong 2022-06-27 16:44:44 +08:00
parent 49fe9bad96
commit 45950d417f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void SystemBackup::initFirstWidget()
backupPointManage->setFlat(true);
backupPointManage->setProperty("useButtonPalette", true);
QPalette pal(backupPointManage->palette());
pal.setColor(QPalette::ButtonText, this->palette().link().color());
pal.setColor(QPalette::ButtonText, this->palette().highlight().color());
pal.setColor(QPalette::Button, this->palette().base().color());
backupPointManage->setPalette(pal);
bottomHBoxLayout->addWidget(backupPointManage);