fix inconsistent margins

This commit is contained in:
lucy 2026-02-06 14:13:29 +01:00
parent 7cf1650794
commit e100bfa0e0
3 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,7 @@ Variants {
id: rightStuff
anchors.margins: Settings.config.barHeight / 4
spacing: 10
clip: true
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
Network {}

View File

@ -54,7 +54,6 @@ Rectangle {
// --- Main Layout ---
RowLayout {
id: mainLayout
anchors.centerIn: parent
spacing: 10 // Space between multiple device pills (if you have ethernet + wifi)
Repeater {

View File

@ -11,7 +11,7 @@ Rectangle {
radius: implicitHeight / 2
color: pavuArea.containsMouse ? Colors.primaryContainer : Colors.surfaceContainer
implicitWidth: textRow.implicitWidth + 20
implicitHeight: Settings.config.barHeight - 8
implicitHeight: Settings.config.barHeight - 10
property var sink: Pipewire.defaultAudioSink
function getVolumeIcon() {
// Safety check: if Pipewire is dead or sink is missing