mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
feat(dde-dock): for task 11933
This commit is contained in:
parent
97e7e34d72
commit
4ae94f4ba5
@ -465,6 +465,7 @@ bool MainPanelControl::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
if (event->type() == QEvent::Resize) {
|
||||
moveAppSonWidget();
|
||||
m_trayAreaWidget->adjustSize();
|
||||
}
|
||||
}
|
||||
|
||||
@ -869,8 +870,6 @@ void MainPanelControl::calcuDockIconSize(int w, int h, PluginsItem *trashPlugin,
|
||||
if (keyboardPlugin)
|
||||
keyboardPlugin->setFixedSize(w - 20, tray_item_size);
|
||||
}
|
||||
|
||||
m_trayAreaWidget->adjustSize();
|
||||
}
|
||||
|
||||
void MainPanelControl::getTrayVisableItemCount()
|
||||
|
Loading…
x
Reference in New Issue
Block a user