mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
feat(dde-dock): for task 11933 (tray size error by change mode)
This commit is contained in:
parent
2994f04022
commit
7c6327e215
@ -465,7 +465,6 @@ bool MainPanelControl::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
if (event->type() == QEvent::Resize) {
|
||||
moveAppSonWidget();
|
||||
m_trayAreaWidget->adjustSize();
|
||||
}
|
||||
}
|
||||
|
||||
@ -882,4 +881,7 @@ void MainPanelControl::getTrayVisableItemCount()
|
||||
}
|
||||
|
||||
resizeDockIcon();
|
||||
|
||||
// 模式切换时,托盘区域宽度错误,对应任务11933
|
||||
m_trayAreaWidget->adjustSize();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user