Fix bug 140442 离任务栏间距8px

This commit is contained in:
zhangyuanyuan1 2022-09-16 15:02:06 +08:00
parent 438ff50362
commit db293c59ee
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ void MainWindow::resetWindowPosition()
return;
}
#define MARGIN 4
#define MARGIN 8
#define PANEL_TOP 1
#define PANEL_LEFT 2
#define PANEL_RIGHT 3