Browse Source

Shutter layout fix

Smaller border and some more distance between the circles
QGC4.4
Yasen 6 years ago
parent
commit
60a4faa5db
  1. 4
      custom-example/res/CustomCameraControl.qml

4
custom-example/res/CustomCameraControl.qml

@ -232,10 +232,10 @@ Item { @@ -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 )

Loading…
Cancel
Save