1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-32 remove duplicate BusyIndicator in Earth.qml

This commit is contained in:
Philippe Renon 2016-06-15 22:43:43 +02:00 committed by Philippe Renon
parent c4cd716b8d
commit cc15a85cc4

View File

@ -70,14 +70,4 @@ Item {
running: osgViewport.busy
}
BusyIndicator {
width: 24
height: 24
anchors.right: parent.right
anchors.top: parent.top
anchors.margins: 4
running: osgViewport.busy
}
}