fix: button margin

This commit is contained in:
0xMRTT 2022-08-24 11:04:51 +02:00
parent 33603cb1b0
commit 190399e6ab

View file

@ -141,6 +141,8 @@ class GradienceMainWindow(Adw.ApplicationWindow):
self.apply_button = Gtk.Button()
self.apply_button.set_label(_("Apply"))
self.apply_button.set_margin_top(10)
self.apply_button.set_margin_bottom(10)
self.apply_button.connect("clicked", self.on_apply_button)
self.apply_button.set_css_classes("suggested-action")
self.monet_pref_group.set_header_suffix(self.apply_button)