mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Monitor Tab - Fix pause button
Contributes to CL-1050
This commit is contained in:
parent
f93413d3a3
commit
942d20a8d8
2 changed files with 1 additions and 31 deletions
|
@ -485,7 +485,7 @@ Component
|
||||||
}
|
}
|
||||||
contentItem: Label
|
contentItem: Label
|
||||||
{
|
{
|
||||||
text: sendToTopButton.text
|
text: pauseButton.text
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,36 +37,6 @@ Item
|
||||||
z: 999
|
z: 999
|
||||||
}
|
}
|
||||||
|
|
||||||
// Button
|
|
||||||
// {
|
|
||||||
// id: backButton
|
|
||||||
|
|
||||||
|
|
||||||
// // TODO: Hardcoded sizes
|
|
||||||
// width: 20 * screenScaleFactor
|
|
||||||
// height: 20 * screenScaleFactor
|
|
||||||
|
|
||||||
// onClicked: OutputDevice.setActiveCamera(null)
|
|
||||||
|
|
||||||
// style: ButtonStyle
|
|
||||||
// {
|
|
||||||
// label: Item
|
|
||||||
// {
|
|
||||||
// UM.RecolorImage
|
|
||||||
// {
|
|
||||||
// anchors.verticalCenter: parent.verticalCenter
|
|
||||||
// anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
// width: control.width
|
|
||||||
// height: control.height
|
|
||||||
// sourceSize.width: width
|
|
||||||
// sourceSize.height: width
|
|
||||||
// source: UM.Theme.getIcon("cross1")
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// background: Item {}
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
id: cameraImage
|
id: cameraImage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue