This commit is contained in:
ChrisTerBeke 2017-12-12 10:54:54 +01:00
parent 75df653d47
commit 84aa9367c7

View file

@ -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