mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Scale Y-Axis on Ride Plot
.. When you click on the axis to isolate it a spanslider appears to let you manually adjust the axis. .. it looks naff .. but we can tidy that up separately
This commit is contained in:
@@ -375,6 +375,7 @@ AllPlotWindow::AllPlotWindow(Context *context) :
|
||||
allPlotFrame->setPalette(palette);
|
||||
|
||||
spanSlider = new QxtSpanSlider(Qt::Horizontal);
|
||||
spanSlider->setFocusPolicy(Qt::NoFocus);
|
||||
spanSlider->setHandleMovementMode(QxtSpanSlider::NoOverlapping);
|
||||
spanSlider->setLowerValue(0);
|
||||
spanSlider->setUpperValue(15);
|
||||
|
||||
Reference in New Issue
Block a user