Monitor Tab - Fix pause button

Contributes to CL-1050
This commit is contained in:
Ian Paschal 2018-09-13 16:31:07 +02:00
parent f93413d3a3
commit 942d20a8d8
2 changed files with 1 additions and 31 deletions

View file

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

View file

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