Skip to content

Commit

Permalink
center position is now on top
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Feb 14, 2024
1 parent 6899e23 commit 515c205
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features
labels:
- Semver-Minor
- enhancement
- title: Bug Fixing
labels:
- Semver-Patch
- bug
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion Client/ServerMap/qml/ObjectMapView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ MapView {
height:56
radius: 56
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.top: parent.top
anchors.margins: 10
visible: LocationPermisioner.isGranted
ToolTip.text: qsTr("Recenter")
Expand Down
2 changes: 1 addition & 1 deletion wasm/Client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body onload="init()">
<div id="qtrootDiv"></div>
<div id="map">
<img src="img/centerButton.png" id="recenter" style="visibility: inherit; position: absolute;bottom: 10px;right: 10px;z-index: 10001; width:32px; height:32px;">
<img src="img/centerButton.png" id="recenter" style="visibility: inherit; position: absolute;top: 10px;right: 10px;z-index: 10001; width:32px; height:32px;">
</div>
<footer>
<div class="fdiv" id="gitrepo" style="text-align:center;" >
Expand Down

0 comments on commit 515c205

Please sign in to comment.