diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:20:29 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:20:29 (GMT) |
commit | f07c6b2cb633bcb22acd8b19315911b373934786 (patch) | |
tree | b3edfd2963d28a5beb66aa8829b086575386a753 /src | |
parent | bebc7a37344b3b831e5ff9540e85a6c389901b77 (diff) |
remove unnecessary size command to openglbox
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(); |