Wlp: Removed spacing between plots and the scrollbar

This commit is contained in:
Jacob Støren
2015-10-29 23:42:14 +01:00
parent 1f312f3763
commit 1b419f3098

View File

@@ -46,6 +46,8 @@ RiuWellLogPlot::RiuWellLogPlot(RimWellLogPlot* plotDefinition, QWidget* parent)
m_layout = new QHBoxLayout(this);
m_layout->setMargin(0);
m_layout->setSpacing(0);
setLayout(m_layout);
m_scrollBar = new QScrollBar(this);