Commit 60a4faa5 authored by Yasen's avatar Yasen

Shutter layout fix

Smaller border and some more distance between the circles
parent c31991e8
...@@ -232,10 +232,10 @@ Item { ...@@ -232,10 +232,10 @@ Item {
height: ScreenTools.defaultFontPixelHeight * 4 height: ScreenTools.defaultFontPixelHeight * 4
radius: width * 0.5 radius: width * 0.5
border.color: qgcPal.buttonText border.color: qgcPal.buttonText
border.width: 2 border.width: 1
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
Rectangle { Rectangle {
width: parent.width * 0.95 width: parent.width * 0.85
height: width height: width
radius: width * 0.5 radius: width * 0.5
color: _cameraModeUndefined ? qgcPal.colorGrey : ( _cameraVideoMode ? qgcPal.colorRed : qgcPal.text ) color: _cameraModeUndefined ? qgcPal.colorGrey : ( _cameraVideoMode ? qgcPal.colorRed : qgcPal.text )
......
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