summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwin.cc1
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();
contact: Jan Huwald // Impressum