implement alphabet for sequence
[mussa.git] / qui / mussa_setup_dialog / MussaSetupWidget.cpp
index 55d619921ce10735ae1111823c0d690457fe024e..4e7b37bf26a31c71550920c7477a85fd5d45ff90 100644 (file)
@@ -69,10 +69,10 @@ MussaSetupWidget::MussaSetupWidget(QWidget *parent)
   row1Layout->addWidget(analysisNameLabel);
   row1Layout->addWidget(&analysisNameLineEdit);
 
-  row2Layout->addWidget(windowLabel);
-  row2Layout->addWidget(&windowLineEdit);
   row2Layout->addWidget(thresholdLabel);
   row2Layout->addWidget(&thresholdLineEdit);
+  row2Layout->addWidget(windowLabel);
+  row2Layout->addWidget(&windowLineEdit);
   row2Layout->addWidget(numOfSequencesLabel);
   row2Layout->addWidget(&numOfSequencesSpinBox);