Skip to content
Snippets Groups Projects
Commit 10179b42 authored by Jan Möbius's avatar Jan Möbius
Browse files

Dont set max size on mac

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4934 383ad7c9-94d9-4d36-a494-682f7c89f535
parent e7b959c1
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ Core::init() { ...@@ -222,7 +222,7 @@ Core::init() {
width = rect.width() - 300; width = rect.width() - 300;
height = rect.height() - 150; height = rect.height() - 150;
coreWidget_->setMaximumSize( width, height ); // coreWidget_->setMaximumSize( width, height );
#endif #endif
coreWidget_->resize(width,height); coreWidget_->resize(width,height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment