mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4166 Add feature for swapping cross plot axes + tweaks to legend
* Also put x and y property side by side in property editor
This commit is contained in:
@@ -320,6 +320,10 @@ QMinimizePanel*
|
||||
groupBoxLayout->setContentsMargins(0, 0, 0, 0);
|
||||
groupBoxLayout->setHorizontalSpacing(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
groupBoxLayout->setContentsMargins(6, 6, 6, 6);
|
||||
}
|
||||
groupBox->contentFrame()->setLayout(groupBoxLayout);
|
||||
connect(groupBox, SIGNAL(expandedChanged(bool)), this, SLOT(groupBoxExpandedStateToggled(bool)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user