From e5c3837218c3dc2b7b327f11de5894b9350adbc9 Mon Sep 17 00:00:00 2001
From: SineStriker <55847490+SineStriker@users.noreply.github.com>
Date: 摹曛, 30 5月 2024 19:54:59 +0800
Subject: [PATCH] Merge pull request #94 from mentalfl0w/patch-2

---
 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