fix some icon rendering issues and improve style
This commit is contained in:
parent
d46d7ddc8a
commit
7fa968e9d3
@ -6,10 +6,11 @@ Text {
|
|||||||
font.family: "Material Symbols Rounded"
|
font.family: "Material Symbols Rounded"
|
||||||
property int grade: 20
|
property int grade: 20
|
||||||
color: Colors.foreground
|
color: Colors.foreground
|
||||||
|
font.pixelSize: 14
|
||||||
font.variableAxes: ({
|
font.variableAxes: ({
|
||||||
FILL: fill.toFixed(1),
|
FILL: fill.toFixed(1),
|
||||||
GRAD: grade,
|
GRAD: grade,
|
||||||
opsz: Settings.fontSize,
|
opsz: Settings.fontSize,
|
||||||
wght: 700
|
wght: 500
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
implicitWidth: styleLayout.implicitWidth + 10
|
width: styleLayout.implicitWidth + 10
|
||||||
implicitHeight: 34
|
implicitHeight: 34
|
||||||
property var sink: Pipewire.defaultAudioSink
|
property var sink: Pipewire.defaultAudioSink
|
||||||
Process {
|
Process {
|
||||||
@ -54,7 +54,7 @@ Item {
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: 0
|
spacing: 0
|
||||||
Row {
|
Row {
|
||||||
spacing: 10
|
spacing: 2
|
||||||
Text {
|
Text {
|
||||||
PwObjectTracker {
|
PwObjectTracker {
|
||||||
objects: Pipewire.ready ? root.sink : []
|
objects: Pipewire.ready ? root.sink : []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user