Remove app name from properties dialog title

This commit is contained in:
Heliguy
2024-04-06 23:34:49 -04:00
parent ed4b14fd50
commit 302bbd5e3f
2 changed files with 1 additions and 2 deletions

View File

@@ -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]

View File

@@ -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)