feat: change height of select background button #265

This commit is contained in:
0xMRTT 2022-08-25 11:39:48 +02:00
parent 7b23e72864
commit fb65fe0d78

View file

@ -155,6 +155,7 @@ class GradienceMainWindow(Adw.ApplicationWindow):
self.monet_file_chooser_dialog.set_transient_for(self)
self.monet_file_chooser_button = Gtk.Button()
self.monet_file_chooser_button.set_valign(Gtk.Align.CENTER)
#self.monet_file_chooser_button.set_label(_("Choose a file"))
# self.monet_file_chooser_button.set_icon_name("folder-pictures-symbolic")
@ -170,8 +171,8 @@ class GradienceMainWindow(Adw.ApplicationWindow):
self.monet_file_chooser_button.set_child(child_button)
self.monet_file_chooser_button.set_margin_top(5)
self.monet_file_chooser_button.set_margin_bottom(5)
#self.monet_file_chooser_button.set_margin_top(5)
#self.monet_file_chooser_button.set_margin_bottom(5)
self.monet_file_chooser_button.connect(
"clicked", self.on_file_picker_button_clicked