mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#647) Made the width of 3dinfo box minimum 275 wide
This commit is contained in:
@@ -112,6 +112,7 @@ RiuViewer::RiuViewer(const QGLFormat& format, QWidget* parent)
|
|||||||
m_InfoLabel = new QLabel();
|
m_InfoLabel = new QLabel();
|
||||||
m_InfoLabel->setPalette(p);
|
m_InfoLabel->setPalette(p);
|
||||||
m_InfoLabel->setFrameShape(QFrame::Box);
|
m_InfoLabel->setFrameShape(QFrame::Box);
|
||||||
|
m_InfoLabel->setMinimumWidth(275);
|
||||||
m_showInfoText = true;
|
m_showInfoText = true;
|
||||||
|
|
||||||
// Version info label
|
// Version info label
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ private:
|
|||||||
|
|
||||||
QLabel* m_InfoLabel;
|
QLabel* m_InfoLabel;
|
||||||
QLabel* m_versionInfoLabel;
|
QLabel* m_versionInfoLabel;
|
||||||
bool m_showInfoText;;
|
bool m_showInfoText;
|
||||||
|
|
||||||
QProgressBar* m_animationProgress;
|
QProgressBar* m_animationProgress;
|
||||||
bool m_showAnimProgress;
|
bool m_showAnimProgress;
|
||||||
|
|||||||
Reference in New Issue
Block a user