musicus/data/ui/person_editor.blp

16 lines
245 B
Text
Raw Normal View History

2024-04-01 16:57:34 +02:00
using Gtk 4.0;
using Adw 1;
template $MusicusPersonEditor : Adw.NavigationPage {
title: _("Person");
Adw.ToolbarView {
[top]
Adw.HeaderBar header_bar {}
Adw.Clamp {
$MusicusTranslationSection name_section {}
}
}
}