diff --git a/frontend/control/list-labels/show-more-label.cpp b/frontend/control/list-labels/show-more-label.cpp index e0a2244..d2b3908 100644 --- a/frontend/control/list-labels/show-more-label.cpp +++ b/frontend/control/list-labels/show-more-label.cpp @@ -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); }