mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user