Skip to content

Commit

Permalink
Refs #4472 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Feb 23, 2012
1 parent 7038be2 commit 94958f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/MDEvents/src/SlicingAlgorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "MantidMDEvents/SlicingAlgorithm.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/VisibleWhenProperty.h"
#include "MantidKernel/ArrayLengthValidator.h"

using namespace Mantid::Kernel;
using namespace Mantid::API;
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/API/src/PropertyWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ namespace API
{
// Create a LOCAL grid layout
m_gridLayout = new QGridLayout(this, 1, 5);
m_gridLayout->setSpacing(5);
this->setLayout(m_gridLayout);
// Will always go to row 0
m_row = 0;
Expand Down

0 comments on commit 94958f8

Please sign in to comment.