diff --git a/frontend/mainwindow.cpp b/frontend/mainwindow.cpp index 46e1e1c..b674884 100644 --- a/frontend/mainwindow.cpp +++ b/frontend/mainwindow.cpp @@ -280,7 +280,7 @@ void MainWindow::centerToScreen(QWidget* widget) { int x = widget->width(); widget->show(); kdk::WindowManager::setGeometry(this->windowHandle(),QRect(desk_x / 2 - x / 2 + desk_rect.left(), - desk_y / 3 + desk_rect.top(), + desk_y / 6 + desk_rect.top(), this->width(), this->height())); //设置跳过多任务视图