diff --git a/custom-example/res/CustomCameraControl.qml b/custom-example/res/CustomCameraControl.qml index be0052a5ad3952f1ff987398dc5a790815e235b2..431b875fce84af2d862fbc6446fbe8eb1c1e62d4 100644 --- a/custom-example/res/CustomCameraControl.qml +++ b/custom-example/res/CustomCameraControl.qml @@ -232,10 +232,10 @@ Item { height: ScreenTools.defaultFontPixelHeight * 4 radius: width * 0.5 border.color: qgcPal.buttonText - border.width: 2 + border.width: 1 anchors.horizontalCenter: parent.horizontalCenter Rectangle { - width: parent.width * 0.95 + width: parent.width * 0.85 height: width radius: width * 0.5 color: _cameraModeUndefined ? qgcPal.colorGrey : ( _cameraVideoMode ? qgcPal.colorRed : qgcPal.text )