UI Nits: LTM popup stretch

Remove stretch in LTM popup, makes it much more space
efficient. Will not look to make it more of a HUD popup.
This commit is contained in:
Mark Liversedge
2012-12-03 20:37:13 +00:00
parent 23969f9978
commit c73dccdd22

View File

@@ -84,7 +84,6 @@ LTMPopup::LTMPopup(MainWindow *parent) : QWidget(parent), main(parent)
metricFont.setPointSize(SMALLFONT);
metrics->setFont(metricFont);
mainLayout->addWidget(metrics);
mainLayout->addStretch();
// display the ride notes here
notes = new QTextEdit;