Move "Close" button to north in measure dialog

for consistency with other task dialogs
This commit is contained in:
Adrián Insaurralde Avalos
2022-11-01 10:49:29 -03:00
committed by WandererFan
parent 3003d660f0
commit 860ce0a78e

View File

@@ -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);