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

This commit is contained in:
Maomao43803 2022-05-19 17:54:03 +08:00
parent 3b888a24e8
commit 3735c83858
1 changed files with 1 additions and 0 deletions

View File

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