format the blueprint file using `blueprint-compiler format`

pull/5905/head
Maciej Bartczak 2025-02-22 18:14:46 +01:00 committed by Jeffrey C. Ollie
parent 8758295647
commit 7c19dd5a33
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 2 additions and 0 deletions

View File

@ -4,10 +4,12 @@ using Adw 1;
Adw.AlertDialog prompt_title_dialog {
heading: _("Change Terminal Title");
body: _("Leave blank to restore the default title.");
responses [
cancel: _("Cancel"),
ok: _("OK") suggested
]
focus-widget: title_entry;
extra-child: Entry title_entry {};