Skip to content

Commit

Permalink
Align labels in rows in the preffered applications to center (#11733)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperpaczos committed Jul 4, 2023
1 parent a3640a3 commit 985f793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __init__(self, text, widget):
self.set_text_with_mnemonic(text)
self.set_mnemonic_widget(widget)
self.set_alignment(0.0, 0.5)
self.set_valign(Gtk.Align.START)
self.set_valign(Gtk.Align.CENTER)
self.set_line_wrap(True)

class DefaultAppChooserButton(Gtk.AppChooserButton):
Expand Down

0 comments on commit 985f793

Please sign in to comment.