mirror of
https://github.com/pulb/mailnag.git
synced 2026-08-31 04:08:41 +02:00
spamfilter plugin: increased spacing in config ui
This commit is contained in:
@@ -81,7 +81,7 @@ class SpamfilterPlugin(Plugin):
|
||||
|
||||
def get_config_ui(self):
|
||||
box = Gtk.Box()
|
||||
box.set_spacing(6)
|
||||
box.set_spacing(12)
|
||||
box.set_orientation(Gtk.Orientation.VERTICAL)
|
||||
#box.set_size_request(100, -1)
|
||||
|
||||
@@ -103,7 +103,7 @@ class SpamfilterPlugin(Plugin):
|
||||
|
||||
scrollwin.add(txtview)
|
||||
|
||||
box.pack_end(scrollwin, True, True, 0)
|
||||
box.pack_start(scrollwin, True, True, 0)
|
||||
|
||||
return box
|
||||
|
||||
|
||||
Reference in New Issue
Block a user