bar/volume: make tool bar smaller

This commit is contained in:
kossLAN 2025-06-20 09:14:59 -04:00
parent 9443d62ab0
commit be06bf0f86
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -4,7 +4,6 @@ import QtQuick
import QtQuick.Layouts import QtQuick.Layouts
import Qt5Compat.GraphicalEffects import Qt5Compat.GraphicalEffects
import Quickshell.Widgets import Quickshell.Widgets
import Quickshell.Services.Pipewire
import "../../widgets/" as Widgets import "../../widgets/" as Widgets
import "../.." import "../.."
@ -13,7 +12,7 @@ WrapperItem {
visible: false visible: false
ColumnLayout { ColumnLayout {
spacing: 5 spacing: 10
// Toolbar // Toolbar
Rectangle { Rectangle {
@ -31,7 +30,7 @@ WrapperItem {
} }
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: 35 Layout.preferredHeight: 30
RowLayout { RowLayout {
spacing: 0 spacing: 0