Skip to content
Snippets Groups Projects
Commit d75ec5d8 authored by abuts's avatar abuts
Browse files

Merge pull request #616 from mantidproject/11516_ui_dgsplanner

Minor UI changes to DGSPlanner UI
parents 00f8e43c 4a8c5def
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,9 @@ class DGSPlannerGUI(QtGui.QWidget):
controlLayout.addWidget(self.instrumentWidget)
self.ublayout=QtGui.QHBoxLayout()
self.classic=ClassicUBInputWidget.ClassicUBInputWidget(self.ol)
self.ublayout.addWidget(self.classic)
self.ublayout.addWidget(self.classic,alignment=QtCore.Qt.AlignTop,stretch=1)
self.matrix=MatrixUBInputWidget.MatrixUBInputWidget(self.ol)
self.ublayout.addStretch(1)
self.ublayout.addWidget(self.matrix)
self.ublayout.addWidget(self.matrix,alignment=QtCore.Qt.AlignTop,stretch=1)
controlLayout.addLayout(self.ublayout)
self.dimensionWidget=DimensionSelectorWidget.DimensionSelectorWidget(self)
controlLayout.addWidget(self.dimensionWidget)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment