Tine Jozelj
83c478cfd2
Need to fix the threads as currently it locks the app while loading the images.
21 lines
263 B
Text
21 lines
263 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
template $Card: Box {
|
|
orientation: horizontal;
|
|
styles ["card"]
|
|
|
|
Image image {}
|
|
|
|
Box contents {
|
|
orientation: vertical;
|
|
|
|
Label heading {
|
|
styles ["heading"]
|
|
}
|
|
|
|
Label body {
|
|
styles ["body"]
|
|
}
|
|
}
|
|
}
|