summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-23 14:36:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-23 14:36:47 -0800
commit76393a2f536dd6823b08ec3a53ffcb16b216bbf4 (patch)
tree4ec1492f0d8d7a688facfae231c15e8ee4da10a7
parent41abab72533a31affe7746568e3d6fc3d8f94981 (diff)
downloadsubsurface-76393a2f536dd6823b08ec3a53ffcb16b216bbf4.tar.gz
New profile: better positioning for the heartrate labels
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/profile/profilewidget2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index a8f1e0e33..2d4b71f46 100644
--- a/qt-ui/profile/profilewidget2.cpp
+++ b/qt-ui/profile/profilewidget2.cpp
@@ -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);