mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
fix new inserted item size error
Change-Id: I9d3d48b65c9ab72ea87d0c753e372c157cb7eb9e
This commit is contained in:
parent
ed47da35fe
commit
59fed81282
@ -151,7 +151,7 @@ void MainPanel::itemInserted(const int index, DockItem *item)
|
||||
initItemConnection(item);
|
||||
m_itemLayout->insertWidget(index, item);
|
||||
|
||||
adjustSize();
|
||||
adjustItemSize();
|
||||
}
|
||||
|
||||
void MainPanel::itemRemoved(DockItem *item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user