diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-09-19 08:48:19 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-19 21:48:05 -0700 |
commit | 15a99f878970ba90d027f3dda0a779ed0eb3faa9 (patch) | |
tree | cf4c4c80b87ef2b8618179098471e55ea49fe426 /qt-ui/profile/profilewidget2.cpp | |
parent | 3fc9c1e0053a0ca1d4af7c1e5fb8e118afe0badf (diff) | |
download | subsurface-15a99f878970ba90d027f3dda0a779ed0eb3faa9.tar.gz |
Add tissue saturation plot to tooltip
This adds a graphical representation of tissue loadings at the current moment during the dive
to the tooltip box. The layout is inspired by the Sherwater Petrel.Add tissue saturation plot to tooltip
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 16339c1de..3838e918b 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -360,9 +360,9 @@ void ProfileWidget2::setupItemSizes() itemPos.heartBeat.expanded.setP2(QPointF(0, 15)); itemPos.percentage.pos.on.setX(3); - itemPos.percentage.pos.on.setY(85); // was 80 + itemPos.percentage.pos.on.setY(85); itemPos.percentage.expanded.setP1(QPointF(0, 0)); - itemPos.percentage.expanded.setP2(QPointF(0, 15)); // was 20 + itemPos.percentage.expanded.setP2(QPointF(0, 15)); itemPos.dcLabel.on.setX(3); itemPos.dcLabel.on.setY(100); |