From 60a4faa5dbb1ca0b1276e8ce23c15bc4535ce36a Mon Sep 17 00:00:00 2001 From: Yasen Date: Tue, 30 Jul 2019 11:49:58 +0200 Subject: [PATCH] Shutter layout fix Smaller border and some more distance between the circles --- custom-example/res/CustomCameraControl.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-example/res/CustomCameraControl.qml b/custom-example/res/CustomCameraControl.qml index be0052a5a..431b875fc 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 ) -- 2.22.0