diff --git a/src/FlightMap/Widgets/InstrumentSwipeView.qml b/src/FlightMap/Widgets/InstrumentSwipeView.qml index 5a2fd17e365db0cd55b5d8fc0932e45b82839fea..2833bd815126a4db6bacf3a9200abb9b8b30605c 100644 --- a/src/FlightMap/Widgets/InstrumentSwipeView.qml +++ b/src/FlightMap/Widgets/InstrumentSwipeView.qml @@ -17,6 +17,10 @@ Item { property real _margins: ScreenTools.defaultFontPixelWidth / 2 + function showPicker() { + valuesPage.showPicker() + } + ValuesWidget { id: valuesPage width: _root.width