Change the distance from the main window to the edge of the screen

This commit is contained in:
chenlelin 2020-12-18 16:52:37 +08:00
parent d81238b699
commit 52562e2b0c
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ void MainWindow::handleIconClicked()
int n = objKyDBus->getTaskBarPos("position");
int m = objKyDBus->getTaskBarHeight("height");
int d = 7; //窗口边沿到任务栏距离
int d = 4; //窗口边沿到任务栏距离
if (screenGeometry.width() == availableGeometry.width() && screenGeometry.height() == availableGeometry.height()) {
if (n == 0) {