mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 09:01:37 +01:00
more stuff!
This commit is contained in:
@@ -10,17 +10,22 @@ template $FlashcardsCreateCardDialog : Adw.AlertDialog {
|
||||
]
|
||||
response => $on_response();
|
||||
|
||||
Adw.EntryRow titleEntry {
|
||||
title: _("Title");
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
Box {
|
||||
orientation: vertical;
|
||||
spacing: 12;
|
||||
|
||||
Adw.EntryRow answerEntry {
|
||||
title: _("Answer");
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
Adw.EntryRow titleEntry {
|
||||
title: _("Title");
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
|
||||
Adw.EntryRow answerEntry {
|
||||
title: _("Answer");
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user