diff --git a/Core/Core.cc b/Core/Core.cc index 2279a417133802e62e73a381254121a15fbe2793..f28fe5c6b7f90d709d02a15fa5e7b58aef4a00f5 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);