diff --git a/acronyms_expander/gtk/config.py b/acronyms_expander/gtk/config.py index 706551a..7a4fa02 100644 --- a/acronyms_expander/gtk/config.py +++ b/acronyms_expander/gtk/config.py @@ -38,7 +38,7 @@ class ConfigDialog(Gtk.ApplicationWindow): self.set_destroy_with_parent(True) ui_path = Path(__file__).parent - self._ui = get_builder(ui_path / 'config.ui') + self._ui = get_builder(ui_path.resolve() / 'config.ui') self._plugin = plugin