mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
Add reveal controls for CP Plot and PfPv Plot
This commit is contained in:
@@ -79,7 +79,7 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
|
||||
// reveal widget
|
||||
revealControls = new QWidget(this);
|
||||
revealControls->setFixedHeight(50);
|
||||
//revealControls->setStyleSheet("background-color: rgba(100%, 100%, 100%, 20%)");
|
||||
revealControls->setStyleSheet("background-color: rgba(100%, 100%, 100%, 70%)");
|
||||
revealControls->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
// reveal controls
|
||||
@@ -96,7 +96,6 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
|
||||
|
||||
// layout reveal controls
|
||||
QHBoxLayout *r = new QHBoxLayout;
|
||||
r->setSpacing(4);
|
||||
r->setContentsMargins(0,0,0,0);
|
||||
r->addStretch();
|
||||
r->addWidget(rSmooth);
|
||||
|
||||
Reference in New Issue
Block a user