mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
bar/volume: make tool bar smaller
This commit is contained in:
parent
9443d62ab0
commit
be06bf0f86
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue