diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |