Added UI skeleton for BMS settings screen
This commit is contained in:
@@ -17,18 +17,3 @@ Shape {
|
||||
PathLine { x: shape.width; y: 0 }
|
||||
}
|
||||
}
|
||||
|
||||
//Canvas {
|
||||
// id: canvas
|
||||
// contextType: "2d"
|
||||
// implicitHeight: 1
|
||||
|
||||
// onPaint: {
|
||||
// var ctx = getContext("2d");
|
||||
// ctx.setLineDash([2, 2]);
|
||||
// ctx.beginPath();
|
||||
// ctx.moveTo(0, 0);
|
||||
// ctx.lineTo(width, 0);
|
||||
// ctx.stroke();
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user