Skip to content

Commit

Permalink
Update LinkListBox.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Nakano <[email protected]>
  • Loading branch information
danirabbit and ryonakano authored Jun 22, 2024
1 parent 508bd37 commit 83056f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Widgets/LinkListBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class AppCenter.LinkListBox : Gtk.Widget {
selection_mode = NONE,
valign = START
};
contact_listbox .add_css_class ("boxed-list");
contact_listbox .add_css_class (Granite.STYLE_CLASS_RICH_LIST);
contact_listbox.add_css_class ("boxed-list");
contact_listbox.add_css_class (Granite.STYLE_CLASS_RICH_LIST);

var homepage_url = component.get_url (HOMEPAGE);
if (homepage_url != null) {
Expand Down

0 comments on commit 83056f4

Please sign in to comment.