mirror of https://github.com/status-im/qzxing.git
minor code cleanup, remove forgotten comment.
This commit is contained in:
parent
80ea0ec41b
commit
742f3d9729
|
@ -116,24 +116,6 @@ ApplicationWindow {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Rectangle {
|
||||
// height: colorPick.height + 6
|
||||
// width: colorPick.width + 6
|
||||
// border.width: 1
|
||||
// border.color: "#bdbebf"
|
||||
// Button {
|
||||
// id: colorPick
|
||||
// anchors.centerIn: parent
|
||||
// width: borderStatus.height /2
|
||||
// height: borderStatus.height /2
|
||||
// background: Rectangle {
|
||||
// color: barcodeRectangle.color
|
||||
// }
|
||||
|
||||
// onClicked: colorDialog.visible = true
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in New Issue