mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
New profile: better positioning for the heartrate labels
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
41abab7253
commit
76393a2f53
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void ProfileWidget2::setupItemOnScene()
|
|||
gasYAxis->setLineSize(96);
|
||||
|
||||
heartBeatAxis->setOrientation(DiveCartesianAxis::BottomToTop);
|
||||
heartBeatAxis->setTickSize(2);
|
||||
heartBeatAxis->setTickSize(1);
|
||||
heartBeatAxis->setTickInterval(10);
|
||||
heartBeatAxis->setFontLabelScale(0.7);
|
||||
heartBeatAxis->setLineSize(96);
|
||||
|
|
Loading…
Add table
Reference in a new issue