Skip to content

Commit

Permalink
removed unneeded align
Browse files Browse the repository at this point in the history
  • Loading branch information
SoongNoonien committed Oct 31, 2024
1 parent b5e835c commit 59a4a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plattenalbum.py
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,6 @@ def __init__(self, client):
self._client=client
self._cover=Gtk.Picture()
square_container=SquareContainer(self._cover)
square_container.set_valign(Gtk.Align.START)
self._title=Gtk.Label(single_line_mode=True, ellipsize=Pango.EllipsizeMode.END, margin_top=3, css_classes=["heading"])
self._date=Gtk.Label(single_line_mode=True, css_classes=["dim-label", "caption"])
self.append(square_container)
Expand Down

0 comments on commit 59a4a22

Please sign in to comment.