From 5249814c977c25ecca58b739db601a0337f20f5a Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: ćšć, 13 6æ 2024 14:09:27 +0800 Subject: [PATCH] Merge pull request #98 from WangPengZhan/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