[acronyms] Update config window layout

This commit is contained in:
Daniel Brötzmann
2019-06-22 11:18:52 +02:00
committed by Philipp Hörist
parent b390a463c2
commit 8d2786f140
2 changed files with 27 additions and 43 deletions

View File

@@ -42,7 +42,7 @@ class ConfigDialog(Gtk.ApplicationWindow):
self._plugin = plugin
self.add(self._ui.grid)
self.add(self._ui.box)
self._fill_list()
self.show_all()