Files
wince/data/ui/templates.blp
2022-12-18 23:13:52 -08:00

29 lines
478 B
Plaintext

using Gtk 4.0;
using Adw 1;
template Wince-BusinessRow : Gtk.ListBoxRow {
Gtk.Box {
orientation: vertical;
margin-start: 24;
margin-top: 12;
margin-bottom: 12;
Gtk.Label businessName {
styles ["heading"]
xalign: 0;
}
Gtk.Box {
orientation: horizontal;
halign: start;
spacing: 12;
Gtk.Label businessOpen {
}
Gtk.Label businessRating {
}
Gtk.Label businessDistance {
}
}
}
}