mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Update MonitorPrintJobCard.qml
Contributes to CL-1165
This commit is contained in:
parent
8d76bd8678
commit
616d5a1f43
1 changed files with 1 additions and 17 deletions
|
@ -197,21 +197,6 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrintJobContextMenu
|
|
||||||
// {
|
|
||||||
// id: contextButton
|
|
||||||
// anchors
|
|
||||||
// {
|
|
||||||
// right: parent.right;
|
|
||||||
// rightMargin: 8 * screenScaleFactor // TODO: Theme!
|
|
||||||
// top: parent.top
|
|
||||||
// topMargin: 8 * screenScaleFactor // TODO: Theme!
|
|
||||||
// }
|
|
||||||
// printJob: base.printJob
|
|
||||||
// width: 32 * screenScaleFactor // TODO: Theme!
|
|
||||||
// height: 32 * screenScaleFactor // TODO: Theme!
|
|
||||||
// }
|
|
||||||
|
|
||||||
MonitorContextMenuButton
|
MonitorContextMenuButton
|
||||||
{
|
{
|
||||||
id: contextMenuButton
|
id: contextMenuButton
|
||||||
|
@ -224,8 +209,7 @@ Item
|
||||||
}
|
}
|
||||||
width: 32 * screenScaleFactor // TODO: Theme!
|
width: 32 * screenScaleFactor // TODO: Theme!
|
||||||
height: 32 * screenScaleFactor // TODO: Theme!
|
height: 32 * screenScaleFactor // TODO: Theme!
|
||||||
// enabled: base.enabled
|
enabled: base.enabled // TODO: Add cloud logic here!
|
||||||
enabled: false
|
|
||||||
onClicked: enabled ? contextMenu.switchPopupState() : {}
|
onClicked: enabled ? contextMenu.switchPopupState() : {}
|
||||||
visible:
|
visible:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue