Commit 2db83806 authored by Don Gagne's avatar Don Gagne

Make sync warning less tall

parent 85f971f2
...@@ -108,7 +108,7 @@ QGCView { ...@@ -108,7 +108,7 @@ QGCView {
Rectangle { Rectangle {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
width: parent.width / 3 width: parent.width * 0.75
height: syncNeededText.height + (ScreenTools.defaultFontPixelWidth * 2) height: syncNeededText.height + (ScreenTools.defaultFontPixelWidth * 2)
border.width: 1 border.width: 1
border.color: "white" border.color: "white"
......
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