minor code cleanup, remove forgotten comment.

This commit is contained in:
Nikos Ftylitakis 2019-10-03 17:13:56 +03:00
parent 80ea0ec41b
commit 742f3d9729
1 changed files with 0 additions and 18 deletions

View File

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