Fix#120349 the show more label's icon has wrong display.
This commit is contained in:
parent
3b888a24e8
commit
3735c83858
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue