Fix the peoblem that the show-more-label's icon will be highlighted when clicked.

This commit is contained in:
JunjieBai 2023-07-11 10:58:24 +08:00 committed by iaom
parent 04e32c49ce
commit bfc6b99f84
1 changed files with 1 additions and 1 deletions

View File

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