From 84aa9367c7576d3b7b1de5f0961a0204c182cf86 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Tue, 12 Dec 2017 10:54:54 +0100 Subject: [PATCH] Cleanup --- resources/qml/SaveButton.qml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/qml/SaveButton.qml b/resources/qml/SaveButton.qml index c83e344876..a8c330ada1 100644 --- a/resources/qml/SaveButton.qml +++ b/resources/qml/SaveButton.qml @@ -12,11 +12,10 @@ Item { id: base; UM.I18nCatalog { id: catalog; name:"cura"} - property real progress: UM.Backend.progress; - property int backendState: UM.Backend.state; - - property var backend: CuraApplication.getBackend(); - property bool activity: CuraApplication.platformActivity; + property real progress: UM.Backend.progress + property int backendState: UM.Backend.state + property var backend: CuraApplication.getBackend() + property bool activity: CuraApplication.platformActivity property alias buttonRowWidth: saveRow.width