mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 00:43:16 +08:00
Monitor Tab - Fix pause button
Contributes to CL-1050
This commit is contained in:
parent
f93413d3a3
commit
942d20a8d8
@ -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…
x
Reference in New Issue
Block a user