mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
883b25cea3
commit
4699363a9e
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue