mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
JTC found and fixed a double addWidget error..
This commit is contained in:
@@ -45,7 +45,6 @@ void ToolsDialog::setupUi(QDialog *ToolsDialog)
|
||||
btnOK = new QPushButton(this);
|
||||
btnCalculate = new QPushButton(this);
|
||||
mainGrid->addWidget(lblBest3Min, 0, 0);
|
||||
mainGrid->addWidget(lblBest3Min, 0, 0);
|
||||
mainGrid->addWidget(txtBest3Min, 0, 1);
|
||||
|
||||
mainGrid->addWidget(lblBest20Min, 1, 0);
|
||||
|
||||
Reference in New Issue
Block a user