fix(network): refresh loading icon not align center

This commit is contained in:
justforlxz 2019-05-06 16:49:58 +08:00
parent b5b3528902
commit 73b39e6846
No known key found for this signature in database
GPG Key ID: 593AFD577C1B1A60

View File

@ -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)