Skip to content

Commit

Permalink
LibraryItem: use rounded corners (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored May 22, 2024
1 parent a2b5d6d commit 382a0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Widgets/Library/LibraryItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ public class Audience.LibraryItem : Gtk.Box {
height_request = Audience.Services.POSTER_HEIGHT,
width_request = Audience.Services.POSTER_WIDTH,
halign = CENTER,
valign = CENTER
valign = CENTER,
overflow = HIDDEN
};
spinner_stack.add_css_class (Granite.STYLE_CLASS_CARD);
spinner_stack.add_css_class (Granite.STYLE_CLASS_ROUNDED);
spinner_stack.add_named (spinner, "spinner");
spinner_stack.add_named (poster, "poster");

Expand Down

0 comments on commit 382a0fc

Please sign in to comment.