mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4282 Make Editor labels use preferred size rather than maximum for expansion.
This commit is contained in:
parent
8e6ac03c75
commit
0110e9a0c3
@ -114,7 +114,7 @@ void PdmUiFieldEditorHandle::createWidgets(QWidget * parent)
|
|||||||
}
|
}
|
||||||
if (m_labelWidget)
|
if (m_labelWidget)
|
||||||
{
|
{
|
||||||
m_labelWidget->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
|
m_labelWidget->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user