(#647) Made the width of 3dinfo box minimum 275 wide

This commit is contained in:
Jacob Støren
2015-11-11 17:42:30 +01:00
parent adc777083d
commit d8ea2816c3
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ RiuViewer::RiuViewer(const QGLFormat& format, QWidget* parent)
m_InfoLabel = new QLabel();
m_InfoLabel->setPalette(p);
m_InfoLabel->setFrameShape(QFrame::Box);
m_InfoLabel->setMinimumWidth(275);
m_showInfoText = true;
// Version info label

View File

@@ -91,7 +91,7 @@ private:
QLabel* m_InfoLabel;
QLabel* m_versionInfoLabel;
bool m_showInfoText;;
bool m_showInfoText;
QProgressBar* m_animationProgress;
bool m_showAnimProgress;