From 2405bec2756ed88013f5a7f17d37b8747bc3028e Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 30 5æ 2024 15:41:42 +0800 Subject: [PATCH] Fix static macro in QMake --- 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