works
This commit is contained in:
@@ -20,14 +20,14 @@ ColumnLayout {
|
||||
implicitHeight: 30
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
|
||||
Layout.margins: 5
|
||||
color: Pywal.colors.color11
|
||||
color: Settings.colors.color11
|
||||
|
||||
RowLayout {
|
||||
Text {
|
||||
text: 'Bluetooth'
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
Layout.margins: 5
|
||||
color: Pywal.colors.color0
|
||||
color: Settings.colors.color0
|
||||
}
|
||||
|
||||
Switch {
|
||||
@@ -63,7 +63,7 @@ ColumnLayout {
|
||||
|
||||
ClippingWrapperRectangle {
|
||||
radius: 5
|
||||
color: Pywal.colors.color4
|
||||
color: Settings.colors.color4
|
||||
|
||||
implicitWidth: root.width - 3 * scroll.x
|
||||
implicitHeight: 40
|
||||
@@ -77,7 +77,7 @@ ColumnLayout {
|
||||
Layout.margins: 5
|
||||
|
||||
text: rep.model[index].name
|
||||
color: Pywal.colors.color0
|
||||
color: Settings.colors.color0
|
||||
}
|
||||
|
||||
Button {
|
||||
|
||||
Reference in New Issue
Block a user