Add developer property

This commit is contained in:
kramo
2023-03-15 13:12:48 +01:00
parent b702c9c28e
commit e2a2ea6da2
8 changed files with 132 additions and 21 deletions

View File

@@ -99,6 +99,20 @@ template CartridgesWindow : Adw.ApplicationWindow {
"title-1",
]
}
Label overview_developer {
margin-top: 3;
hexpand: true;
halign: start;
wrap: true;
wrap-mode: word_char;
natural-wrap-mode: word;
styles [
"heading"
]
}
Label overview_added {
margin-top: 12;
hexpand: true;