X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=mardrone%2Fgauges%2FEfisPFD.qml;h=b45e916c4f2c6ae4d7474986109ee1f6135f9b74;hb=f19da612ad0dd01a6f6339386625ce2bdc259220;hp=bbf68182c4cfc08ec85c5f2c72ce765ea85e044b;hpb=196f6d56fb98af5849cc98d389de421822d3d5e0;p=mardrone diff --git a/mardrone/gauges/EfisPFD.qml b/mardrone/gauges/EfisPFD.qml index bbf6818..b45e916 100644 --- a/mardrone/gauges/EfisPFD.qml +++ b/mardrone/gauges/EfisPFD.qml @@ -12,6 +12,7 @@ Item { property color indicatorColor:"white" property alias groundColor:horizon.horizonGroundColor property alias skyColor:horizon.horizonSkyColor + property url bezel:"" GaugeHorizon { id:horizon displayScale:pfd.displayScale @@ -81,5 +82,11 @@ Item { backColor:"#c0000000" name: "alt" } - + BorderImage { + id:bezelImg + anchors.fill:parent + source: bezel + border.bottom:10;border.top:10 + border.left: 10;border.right: 10 + } }