diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-15 22:49:30 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-15 17:30:25 -0800 |
commit | 4699363a9ee4d61d6fb0ea0bc10a47d8a01b79ff (patch) | |
tree | b3488aeaf809b0eacf3a5fba4b01be94533dbee0 /qt-ui/profile/profilewidget2.cpp | |
parent | 883b25cea30727aac641f2809a14da38e2eb3e96 (diff) | |
download | subsurface-4699363a9ee4d61d6fb0ea0bc10a47d8a01b79ff.tar.gz |
Better setup of the defaults for the grid.
This patch creates better defaults for the grid lines, size, position and
z-level.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-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 e68b543fb..ecaa3b170 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -126,7 +126,7 @@ void ProfileWidget2::setupItemOnScene() profileYAxis->setTickSize(1); profileYAxis->setLineSize(96); - timeAxis->setLineSize(96); + timeAxis->setLineSize(94); gasYAxis->setOrientation(DiveCartesianAxis::BottomToTop); gasYAxis->setTickInterval(1); |