Merge branch '0519ukss' into 'ukss-dev'

Fix#120349 the show more label's icon has wrong display.

See merge request kylin-desktop/ukui-search!319
This commit is contained in:
PengfeiZhang 2022-05-20 01:32:57 +00:00
commit 8fdf3e45a9
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void ShowMoreLabel::initUi() {
m_iconLabel->setPalette(pal); m_iconLabel->setPalette(pal);
m_iconLabel->setCursor(QCursor(Qt::PointingHandCursor)); m_iconLabel->setCursor(QCursor(Qt::PointingHandCursor));
m_iconLabel->setProperty("useIconHighlightEffect", 0x08); m_iconLabel->setProperty("useIconHighlightEffect", 0x08);
m_iconLabel->setProperty("iconHighlightEffectMode", 1);
// m_layout->addWidget(m_loadingIconLabel); // m_layout->addWidget(m_loadingIconLabel);
} }