From 0fedd4fa6c0d6a692414a6f55e0fb22d91c1958b Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 4 Nov 2015 12:32:09 -0500 Subject: [PATCH] Token change to force new build. --- src/AutoPilotPlugins/PX4/SafetyComponent.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index 9d67694ff..209af0be5 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -151,8 +151,8 @@ QGCView { height: firstColumnWidth * 0.65 Image { id: icon - width: parent.width - height: parent.width * 0.5 + width: parent.width * 0.75 + height: width * 0.5 mipmap: true fillMode: Image.PreserveAspectFit visible: false @@ -164,7 +164,7 @@ QGCView { id: iconOverlay anchors.fill: icon source: icon - color: palette.button + color: palette.text } anchors.verticalCenter: parent.verticalCenter } -- 2.22.0