bouncy audio device selector buttons

This commit is contained in:
end-4 2025-05-24 21:03:25 +02:00
parent a88119c3c0
commit 113024ba83
2 changed files with 3 additions and 3 deletions

View file

@ -8,14 +8,14 @@ import QtQuick.Layouts
import Quickshell.Widgets
import Quickshell.Services.Pipewire
RippleButton {
GroupButton {
id: button
required property bool input
buttonRadius: Appearance.rounding.small
colBackground: Appearance.colors.colLayer2
colBackgroundHover: Appearance.colors.colLayer2Hover
colRipple: Appearance.colors.colLayer2Active
colBackgroundActive: Appearance.colors.colLayer2Active
contentItem: RowLayout {
anchors.fill: parent

View file

@ -113,7 +113,7 @@ Item {
}
}
// Device selector
RowLayout {
ButtonGroup {
id: deviceSelectorRowLayout
Layout.fillWidth: true
Layout.fillHeight: false