Skip to content

Commit

Permalink
(#396) Using margin size 0 for well log plot's layout
Browse files Browse the repository at this point in the history
  • Loading branch information
palhagen committed Aug 31, 2015
1 parent 6362ffa commit 65d158a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ApplicationCode/UserInterface/RiuWellLogPlot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RiuWellLogPlot::RiuWellLogPlot(QWidget* parent)
: QWidget(parent)
{
m_layout = new QHBoxLayout(this);
m_layout->setMargin(0);

setLayout(m_layout);
}

Expand Down

0 comments on commit 65d158a

Please sign in to comment.