mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:33:24 +00:00
QML UI: stop showing location labels earlier
We are stepping by 2 - so 11 makes it clear that at 12 the labels are shown, but at 10 they are not. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9a2759fc1f
commit
855dd0d1aa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Item {
|
|||
readonly property var defaultCenter: QtPositioning.coordinate(0, 0)
|
||||
readonly property real defaultZoomIn: 12.0
|
||||
readonly property real defaultZoomOut: 1.0
|
||||
readonly property real textVisibleZoom: 8.0
|
||||
readonly property real textVisibleZoom: 11.0
|
||||
readonly property real zoomStep: 2.0
|
||||
property var newCenter: defaultCenter
|
||||
property real newZoom: 1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue