From f44042bff145a0c5dcea04852ca5a8424477cf50 Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周日, 28 7月 2024 18:10:09 +0800 Subject: [PATCH] Merge pull request #124 from stdware/dev --- examples/mainwindow/mainwindow.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/examples/mainwindow/mainwindow.cpp b/examples/mainwindow/mainwindow.cpp index 696b907..bf2c4b0 100644 --- a/examples/mainwindow/mainwindow.cpp +++ b/examples/mainwindow/mainwindow.cpp @@ -60,8 +60,7 @@ setWindowTitle(tr("Example MainWindow")); resize(800, 600); - setFixedHeight(600); - + // setFixedHeight(600); // windowAgent->centralize(); } -- Gitblit v1.9.1