(#396) Using margin size 0 for well log plot's layout

This commit is contained in:
Pål Hagen 2015-08-31 09:38:44 +02:00
parent 6362ffa311
commit 65d158a6ad

View File

@ -35,6 +35,8 @@ RiuWellLogPlot::RiuWellLogPlot(QWidget* parent)
: QWidget(parent)
{
m_layout = new QHBoxLayout(this);
m_layout->setMargin(0);
setLayout(m_layout);
}