mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix(network): refresh loading icon not align center
This commit is contained in:
parent
b5b3528902
commit
73b39e6846
@ -288,7 +288,7 @@ void WirelessList::updateAPList()
|
||||
m_centralWidget->setFixedHeight(contentHeight);
|
||||
setFixedHeight(std::min(contentHeight, MAX_HEIGHT));
|
||||
|
||||
updateIndicatorPos();
|
||||
QTimer::singleShot(100, this, &WirelessList::updateIndicatorPos);
|
||||
}
|
||||
|
||||
void WirelessList::onEnableButtonToggle(const bool enable)
|
||||
|
Loading…
x
Reference in New Issue
Block a user