Merge branch '0519ukss' into 'ukss-dev'
Fix#120349 the show more label's icon has wrong display. See merge request kylin-desktop/ukui-search!319
This commit is contained in:
commit
8fdf3e45a9
|
@ -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