From be06bf0f86f2365b114a232f7b347795d261c19e Mon Sep 17 00:00:00 2001 From: kossLAN Date: Fri, 20 Jun 2025 09:14:59 -0400 Subject: [PATCH] bar/volume: make tool bar smaller --- shell/bar/volume/VolumeControl.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shell/bar/volume/VolumeControl.qml b/shell/bar/volume/VolumeControl.qml index 8df3730..5a743f0 100644 --- a/shell/bar/volume/VolumeControl.qml +++ b/shell/bar/volume/VolumeControl.qml @@ -4,7 +4,6 @@ import QtQuick import QtQuick.Layouts import Qt5Compat.GraphicalEffects import Quickshell.Widgets -import Quickshell.Services.Pipewire import "../../widgets/" as Widgets import "../.." @@ -13,7 +12,7 @@ WrapperItem { visible: false ColumnLayout { - spacing: 5 + spacing: 10 // Toolbar Rectangle { @@ -31,7 +30,7 @@ WrapperItem { } Layout.fillWidth: true - Layout.preferredHeight: 35 + Layout.preferredHeight: 30 RowLayout { spacing: 0