Skip to content

Commit

Permalink
fix(Status): actor avatar not being circular (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Aug 31, 2023
1 parent d30bfc0 commit d1cb340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Status.vala
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ public class Tuba.Widgets.Status : Adw.Bin {
size = 34,
valign = Gtk.Align.START,
halign = Gtk.Align.START,
css_classes = {"ttl-status-avatar-actor"}
};
actor_avatar.add_css_class ("ttl-status-avatar-actor");

if (this.kind_instigator != null) {
actor_avatar_binding = this.bind_property ("kind_instigator", actor_avatar, "account", BindingFlags.SYNC_CREATE);
Expand Down

0 comments on commit d1cb340

Please sign in to comment.