summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-24 01:20:29 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-24 01:20:29 (GMT)
commitf07c6b2cb633bcb22acd8b19315911b373934786 (patch)
treeb3edfd2963d28a5beb66aa8829b086575386a753 /src
parentbebc7a37344b3b831e5ff9540e85a6c389901b77 (diff)
remove unnecessary size command to openglbox
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