Commit 4fca6280 authored by Roman Alifanov's avatar Roman Alifanov

applicationrow: small fix

parent 5f4d632b
......@@ -8,6 +8,8 @@ class ApplicationRow(Adw.ActionRow):
self.is_installed = is_installed
self.checkbox = Gtk.CheckButton()
self.checkbox.add_css_class("selection-mode")
self.checkbox.set_valign(Gtk.Align.CENTER)
self.checkbox.set_halign(Gtk.Align.CENTER)
self.checkbox.set_active(is_installed)
self.checkbox.connect("toggled", self.on_checkbox_toggled)
self.add_suffix(self.checkbox)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment