From 10179b42fa1f81cb6b9ada0d0b0f7be87ecc6ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 17 Feb 2009 17:24:13 +0000 Subject: [PATCH] Dont set max size on mac git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4934 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Core/Core.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Core.cc b/Core/Core.cc index 2279a417..f28fe5c6 100644 --- a/Core/Core.cc +++ b/Core/Core.cc @@ -222,7 +222,7 @@ Core::init() { width = rect.width() - 300; height = rect.height() - 150; - coreWidget_->setMaximumSize( width, height ); +// coreWidget_->setMaximumSize( width, height ); #endif coreWidget_->resize(width,height); -- GitLab