mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 01:07:46 +02:00
Fix packing of filechooser widget in userscript plugin
This commit is contained in:
@@ -95,7 +95,7 @@ class UserscriptPlugin(Plugin):
|
||||
box.pack_start(label, False, False, 0)
|
||||
|
||||
filechooser = Gtk.FileChooserButton()
|
||||
box.pack_start(filechooser, True, True, 0)
|
||||
box.pack_start(filechooser, False, False, 0)
|
||||
|
||||
return box
|
||||
|
||||
|
||||
Reference in New Issue
Block a user