This commit is contained in:
Benjamin Palko 2025-08-27 23:21:48 -04:00
parent d42b7cb612
commit 9757567855
2 changed files with 70 additions and 73 deletions

View file

@ -15,11 +15,14 @@ StyledDrawer {
visible: Visibility.dashboard
WrapperRectangle {
color: Theme.palette.base300
color: Theme.palette.base200
radius: 8
margin: 20
margin: 32
ColumnLayout {
RowLayout {
spacing: 8
RowLayout {
spacing: 8
Layout.alignment: Qt.AlignHCenter
StyledButton {
@ -60,7 +63,7 @@ StyledDrawer {
}
MprisController {
player: Mpris.active
player: Mpris.active
}
}
}