Skip to content

Commit

Permalink
Finalize temporary UI bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Aug 9, 2024
1 parent 5ff392f commit 981eb84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ui/book_card.blp
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ template $BookCard: FlowBoxChild {
valign: end;
halign: end;

$BookElementPlayButton play_button {
$BookCardPlayButton play_button {
width-request: 54;
height-request: 54;
margin-end: 18;
margin-bottom: 18;
focusable: true;
focus-on-click: false;
icon_name: "media-playback-start-symbolic";
icon-name: "media-playback-start-symbolic";
tooltip-text: _("Start/Stop playback");

clicked => $_play_pause();
Expand Down

0 comments on commit 981eb84

Please sign in to comment.