From 5fdd9da517953c2286b928154bb631236810eabb Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 7 Apr 2015 12:17:06 +0200 Subject: [PATCH] use application.qml action for show/hide right view --- mix/qml/StatusPane.qml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mix/qml/StatusPane.qml b/mix/qml/StatusPane.qml index 1c0fde257..72d9ded9b 100644 --- a/mix/qml/StatusPane.qml +++ b/mix/qml/StatusPane.qml @@ -284,15 +284,9 @@ Rectangle { anchors.rightMargin: 9 anchors.verticalCenter: parent.verticalCenter id: debugImg + text: "" iconSource: "qrc:/qml/img/bugiconactive.png" - action: debugRunActionIcon - } - Action { - id: debugRunActionIcon - onTriggered: { - mainContent.toggleRightView(); - } - enabled: true + action: showHideRightPanelAction } } }