fix: theme

Description: 202752 ubuntu系统安装ukui桌面环境,控制面板里点击主题崩溃

Log: 202752 ubuntu系统安装ukui桌面环境,控制面板里点击主题崩溃
Bug: https://172.17.50.104/task-view-202752.html
This commit is contained in:
zhoubin 2024-04-13 15:04:23 +08:00
parent 4046be705f
commit e7f6afa2d4
1 changed files with 2 additions and 0 deletions

View File

@ -393,6 +393,7 @@ void Theme::initIconTheme() {
}
connect(mThemeIconBtnGroup, SIGNAL(buttonClicked(QAbstractButton*)), this, SLOT(iconThemeBtnClickSlot(QAbstractButton*)));
ui->iconverLyt->setContentsMargins(0, 16, 0, 0);
ui->iconverLyt->addWidget(mThemeIconLabel);
ui->iconverLyt->addWidget(mThemeIconFrame);
@ -1033,6 +1034,7 @@ bool Theme::isUpgrade()
version_t ver= kdk_system_get_version_detaile();
QString version = QString(ver.update_version);
mIsUpgrade = (version != "2303");
return mIsUpgrade;
}