diff --git a/data/ui/properties.blp b/data/ui/properties.blp index f6255b8..8d52f58 100644 --- a/data/ui/properties.blp +++ b/data/ui/properties.blp @@ -4,6 +4,7 @@ using Adw 1; template $PropertiesWindow: Adw.Dialog { content-width: 350; content-height: 999999; + title: _("Properties"); Adw.ToolbarView main_toolbar_view { [top] diff --git a/src/properties_window.py b/src/properties_window.py index e994e7a..f71000e 100644 --- a/src/properties_window.py +++ b/src/properties_window.py @@ -214,6 +214,4 @@ class PropertiesWindow(Adw.Dialog): self.generate_upper() self.generate_lower() - - self.set_title(_("{} Properties").format(self.app_name)) self.present(parent_window)