@ -134,6 +134,7 @@ Item {
}
}
PlasmaComponents3 . ToolButton {
PlasmaComponents3 . ToolButton {
focusPolicy: Qt . TabFocus
enabled: mpris2Source . canGoBack
enabled: mpris2Source . canGoBack
Layout.preferredHeight: PlasmaCore . Units . gridUnit * 2
Layout.preferredHeight: PlasmaCore . Units . gridUnit * 2
Layout.preferredWidth: Layout . preferredHeight
Layout.preferredWidth: Layout . preferredHeight
@ -147,6 +148,7 @@ Item {
}
}
PlasmaComponents3 . ToolButton {
PlasmaComponents3 . ToolButton {
focusPolicy: Qt . TabFocus
Layout.fillHeight: true
Layout.fillHeight: true
Layout.preferredWidth: height / / m a k e t h i s b u t t o n b i g g e r
Layout.preferredWidth: height / / m a k e t h i s b u t t o n b i g g e r
icon.name: mpris2Source . playing ? "media-playback-pause" : "media-playback-start"
icon.name: mpris2Source . playing ? "media-playback-pause" : "media-playback-start"
@ -158,6 +160,7 @@ Item {
}
}
PlasmaComponents3 . ToolButton {
PlasmaComponents3 . ToolButton {
focusPolicy: Qt . TabFocus
enabled: mpris2Source . canGoNext
enabled: mpris2Source . canGoNext
Layout.preferredHeight: PlasmaCore . Units . gridUnit * 2
Layout.preferredHeight: PlasmaCore . Units . gridUnit * 2
Layout.preferredWidth: Layout . preferredHeight
Layout.preferredWidth: Layout . preferredHeight