brightess and volume control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user