mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Using margin size 0 for well log plot's layout
This commit is contained in:
parent
6362ffa311
commit
65d158a6ad
@ -35,6 +35,8 @@ RiuWellLogPlot::RiuWellLogPlot(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
m_layout = new QHBoxLayout(this);
|
||||
m_layout->setMargin(0);
|
||||
|
||||
setLayout(m_layout);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user