Fix the peoblem that the show-more-label's icon will be highlighted when clicked.
This commit is contained in:
parent
04e32c49ce
commit
bfc6b99f84
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue