From 2890ec0d0ab4e32112760d55f8b9ac2c82bc26fd Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Sat, 28 Jan 2023 20:17:43 +0100 Subject: [PATCH] better window --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f1fccea..0640d3f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ int main(int argc, char * argv[]){ QApplication app(argc, argv); Window w; - w.resize(800, 400); + w.resize(WIDTH, HEIGHT); w.show(); return QApplication::exec();