From f07c6b2cb633bcb22acd8b19315911b373934786 Mon Sep 17 00:00:00 2001 From: don bright Date: Sat, 23 Feb 2013 19:20:29 -0600 Subject: remove unnecessary size command to openglbox diff --git a/src/mainwin.cc b/src/mainwin.cc index edd534f..b603113 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1749,7 +1749,6 @@ void MainWindow::helpLibrary() this->openglbox = new QMessageBox(QMessageBox::Information, "OpenGL Info", "OpenSCAD Detailed Library Info ", QMessageBox::Ok, this); - this->openglbox->setMinimumSize( QSize(400,200) ); } this->openglbox->setDetailedText(libinfo + QString(qglview->getRendererInfo().c_str())); this->openglbox->show(); -- cgit v0.10.1