Move "Close" button to north in measure dialog
for consistency with other task dialogs
This commit is contained in:
committed by
WandererFan
parent
3003d660f0
commit
860ce0a78e
@@ -668,7 +668,7 @@ void PartGui::TaskMeasureLinear::setUpGui()
|
||||
controlTaskBox->groupLayout()->addLayout(controlLayout);
|
||||
QObject::connect(control->resetButton, SIGNAL(clicked(bool)), this, SLOT(resetDialogSlot(bool)));
|
||||
|
||||
this->setButtonPosition(TaskDialog::South);
|
||||
this->setButtonPosition(TaskDialog::North);
|
||||
Content.push_back(selectionTaskBox);
|
||||
Content.push_back(controlTaskBox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user