mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:29:02 +08:00
Cleanup
This commit is contained in:
parent
75df653d47
commit
84aa9367c7
@ -12,11 +12,10 @@ Item {
|
|||||||
id: base;
|
id: base;
|
||||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||||
|
|
||||||
property real progress: UM.Backend.progress;
|
property real progress: UM.Backend.progress
|
||||||
property int backendState: UM.Backend.state;
|
property int backendState: UM.Backend.state
|
||||||
|
property var backend: CuraApplication.getBackend()
|
||||||
property var backend: CuraApplication.getBackend();
|
property bool activity: CuraApplication.platformActivity
|
||||||
property bool activity: CuraApplication.platformActivity;
|
|
||||||
|
|
||||||
property alias buttonRowWidth: saveRow.width
|
property alias buttonRowWidth: saveRow.width
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user