diff --git a/ApplicationCode/UserInterface/RiuViewer.cpp b/ApplicationCode/UserInterface/RiuViewer.cpp index 69a6cc8f41..43a66055e3 100644 --- a/ApplicationCode/UserInterface/RiuViewer.cpp +++ b/ApplicationCode/UserInterface/RiuViewer.cpp @@ -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 diff --git a/ApplicationCode/UserInterface/RiuViewer.h b/ApplicationCode/UserInterface/RiuViewer.h index bdfe58dc98..81ad64224a 100644 --- a/ApplicationCode/UserInterface/RiuViewer.h +++ b/ApplicationCode/UserInterface/RiuViewer.h @@ -91,7 +91,7 @@ private: QLabel* m_InfoLabel; QLabel* m_versionInfoLabel; - bool m_showInfoText;; + bool m_showInfoText; QProgressBar* m_animationProgress; bool m_showAnimProgress;