Skip to content

Commit

Permalink
fix(PreviewCard): discussed label alignment (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Jul 23, 2023
1 parent 44136b8 commit 2f4979e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Widgets/PreviewCard.vala
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ public class Tuba.Widgets.PreviewCard : Gtk.Button {
}

var used_times_label = new Gtk.Label (subtitle) {
halign = Gtk.Align.START,
halign = Gtk.Align.FILL,
xalign = 0.0f,
css_classes = {"dim-label", "caption"},
wrap = true
};
Expand Down

0 comments on commit 2f4979e

Please sign in to comment.