mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
feat(mainwindow):In fashion mode, the upper and lower intervals are not equal
This commit is contained in:
parent
19f5406505
commit
e66bde21b7
@ -614,7 +614,7 @@ void MainWindow::setStrutPartial()
|
||||
return;
|
||||
}
|
||||
|
||||
m_xcbMisc->set_strut_partial(winId(), orientation, strut + m_settings->dockMargin(), strutStart, strutEnd);
|
||||
m_xcbMisc->set_strut_partial(winId(), orientation, strut + m_settings->dockMargin() * ratio, strutStart, strutEnd);
|
||||
}
|
||||
|
||||
void MainWindow::expand()
|
||||
|
Loading…
x
Reference in New Issue
Block a user