Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Marble
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
Marble
Commits
9f492e17
Commit
9f492e17
authored
Jul 02, 2016
by
Dennis Nienhüser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve placemark position and size
parent
78fedc1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/apps/marble-maps/MainScreen.qml
src/apps/marble-maps/MainScreen.qml
+3
-3
No files found.
src/apps/marble-maps/MainScreen.qml
View file @
9f492e17
...
...
@@ -100,9 +100,9 @@ ApplicationWindow {
property
int
yPos
:
0
property
var
placemark
:
null
x
:
xPos
-
0.5
*
width
y
:
yPos
-
0.5
*
height
width
:
20
height
:
20
y
:
yPos
-
height
width
:
Screen
.
pixelDensity
*
6
height
:
width
source
:
"
qrc:///ic_place.png
"
onPlacemarkChanged
:
placemarkDialog
.
placemark
=
placemark
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment