Skip to content

Commit

Permalink
make the full player view consistent with the now-player
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Oct 30, 2023
1 parent df6f688 commit 2f9778c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions data/ui/components/player/full.blp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ template $FullPlayerView : ActionBar {

styles [
"circular",
"dim-label",
]
}

Expand All @@ -91,17 +90,15 @@ template $FullPlayerView : ActionBar {
}

Button play_button {
tooltip-text: _("Play");
tooltip-text: _("Toggle Play/Pause");
action-name: "player.play-pause";

styles [
"pill",
]

Image play_image {
icon-name: "media-playback-start-symbolic";
icon-size: large;
tooltip-text: _("Toggle Play/Pause");
pixel-size: 26;
}
}

Expand All @@ -125,7 +122,6 @@ template $FullPlayerView : ActionBar {

styles [
"circular",
"dim-label",
]
}
}
Expand Down

0 comments on commit 2f9778c

Please sign in to comment.