mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Remove Frame on Workout Info
.. workout info pane in train view has a frame which is jarring when compared to all the other sidebar items
This commit is contained in:
@@ -299,6 +299,7 @@ TrainSidebar::TrainSidebar(Context *context) : GcWindow(context), context(contex
|
||||
connect(context, SIGNAL(ergFileSelected(ErgFileBase*)), workoutInfo, SLOT(ergFileSelected(ErgFileBase*)));
|
||||
QScrollArea *workoutInfoScroller = new QScrollArea();
|
||||
workoutInfoScroller->setWidgetResizable(true);
|
||||
workoutInfoScroller->setFrameStyle(QFrame::NoFrame);
|
||||
workoutInfoScroller->setWidget(workoutInfo);
|
||||
#ifdef Q_OS_WIN
|
||||
xde = QStyleFactory::create(OS_STYLE);
|
||||
|
||||
Reference in New Issue
Block a user