Commit 0fedd4fa authored by dogmaphobic's avatar dogmaphobic

Token change to force new build.

parent 1df6ada0
...@@ -151,8 +151,8 @@ QGCView { ...@@ -151,8 +151,8 @@ QGCView {
height: firstColumnWidth * 0.65 height: firstColumnWidth * 0.65
Image { Image {
id: icon id: icon
width: parent.width width: parent.width * 0.75
height: parent.width * 0.5 height: width * 0.5
mipmap: true mipmap: true
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
visible: false visible: false
...@@ -164,7 +164,7 @@ QGCView { ...@@ -164,7 +164,7 @@ QGCView {
id: iconOverlay id: iconOverlay
anchors.fill: icon anchors.fill: icon
source: icon source: icon
color: palette.button color: palette.text
} }
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment