Skip to content

Commit

Permalink
Adjusting QGC location icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmaphobic committed May 28, 2017
1 parent ca41965 commit f804388
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
35 changes: 19 additions & 16 deletions resources/QGCLogoFull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/FlightMap/FlightMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ Map {
coordinate: gcsPosition

sourceItem: Image {
source: "/res/QGCLogoFull"
smooth: true
fillMode: Image.PreserveAspectFit
height: ScreenTools.defaultFontPixelHeight * 1.5
source: "/res/QGCLogoFull"
mipmap: true
antialiasing: true
fillMode: Image.PreserveAspectFit
height: ScreenTools.defaultFontPixelHeight * 1.75
sourceSize.height: height
}
}
} // Map

0 comments on commit f804388

Please sign in to comment.