diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 14:36:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 14:36:47 -0800 |
commit | 76393a2f536dd6823b08ec3a53ffcb16b216bbf4 (patch) | |
tree | 4ec1492f0d8d7a688facfae231c15e8ee4da10a7 /qt-ui/profile | |
parent | 41abab72533a31affe7746568e3d6fc3d8f94981 (diff) | |
download | subsurface-76393a2f536dd6823b08ec3a53ffcb16b216bbf4.tar.gz |
New profile: better positioning for the heartrate labels
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
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); |