Lots of style improvements
This commit is contained in:
@@ -2,26 +2,28 @@ using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template Wince-BusinessRow : Gtk.ListBoxRow {
|
||||
styles ["card"]
|
||||
margin-bottom: 14;
|
||||
Gtk.Box {
|
||||
orientation: vertical;
|
||||
margin-start: 8;
|
||||
margin-top: 8;
|
||||
margin-start: 24;
|
||||
margin-top: 12;
|
||||
margin-bottom: 12;
|
||||
|
||||
Gtk.Label businessName {
|
||||
styles ["heading"]
|
||||
xalign: 0;
|
||||
}
|
||||
|
||||
Gtk.Label businessRating {
|
||||
xalign: 0;
|
||||
}
|
||||
Gtk.Label businessHours {
|
||||
xalign: 0;
|
||||
}
|
||||
Gtk.LinkButton businessWebsite {
|
||||
Gtk.Box {
|
||||
orientation: horizontal;
|
||||
halign: start;
|
||||
spacing: 12;
|
||||
|
||||
Gtk.Label businessOpen {
|
||||
}
|
||||
Gtk.Label businessRating {
|
||||
}
|
||||
Gtk.Label businessDistance {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user