brightess and volume control

This commit is contained in:
2026-03-26 13:15:54 -07:00
parent 80efc104ed
commit 5b8d82a934
20 changed files with 588 additions and 37 deletions

View File

@@ -10,14 +10,13 @@ Column {
width: Math.max(childrenRect.width, 300)
height: childrenRect.height
anchors.topMargin: 6
TapHandler {onTapped: console.log(width)}
Rectangle {
radius: 12
height: 40
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: 6
color: "#181818"
color: "#111"
Rectangle {
color: "white"
width: (parent.width - anchors.margins * 2)/3
@@ -116,7 +115,7 @@ Column {
id: card
required property var data
required property var label
color: "#181818"
color: "#111"
height: 60
width: 100
radius: 12