mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
UI Nits: Add chart frame on chart
The frame on the chart wasn't shown and it looked ugly in the add chart dialog.
This commit is contained in:
@@ -1023,6 +1023,7 @@ GcWindowDialog::GcWindowDialog(GcWinID type, MainWindow *mainWindow) : mainWindo
|
||||
|
||||
win = GcWindowRegistry::newGcWindow(type, mainWindow);
|
||||
chartLayout->addWidget(win);
|
||||
win->setFrameStyle(QFrame::Box);
|
||||
|
||||
// lets not have space for controls if there aren't any
|
||||
layout->setStretch(0, 100);
|
||||
|
||||
Reference in New Issue
Block a user