mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-06-04 14:38:45 +03:00
format the blueprint file using blueprint-compiler format
This commit is contained in:

committed by
Jeffrey C. Ollie

parent
8758295647
commit
7c19dd5a33
@ -4,10 +4,12 @@ using Adw 1;
|
|||||||
Adw.AlertDialog prompt_title_dialog {
|
Adw.AlertDialog prompt_title_dialog {
|
||||||
heading: _("Change Terminal Title");
|
heading: _("Change Terminal Title");
|
||||||
body: _("Leave blank to restore the default title.");
|
body: _("Leave blank to restore the default title.");
|
||||||
|
|
||||||
responses [
|
responses [
|
||||||
cancel: _("Cancel"),
|
cancel: _("Cancel"),
|
||||||
ok: _("OK") suggested
|
ok: _("OK") suggested
|
||||||
]
|
]
|
||||||
|
|
||||||
focus-widget: title_entry;
|
focus-widget: title_entry;
|
||||||
|
|
||||||
extra-child: Entry title_entry {};
|
extra-child: Entry title_entry {};
|
||||||
|
Reference in New Issue
Block a user