Very basic details (name and hours) work now
This commit is contained in:
@@ -49,11 +49,32 @@ Adw.ApplicationWindow mainWindow {
|
||||
Gtk.ListBox searchResults {}
|
||||
}
|
||||
|
||||
Gtk.Box {
|
||||
Gtk.Label seeDetailsText {
|
||||
label: "Select a result to see details";
|
||||
hexpand: true;
|
||||
halign: center;
|
||||
Gtk.Label seeDetailsText {
|
||||
label: "Select a result to see details";
|
||||
hexpand: true;
|
||||
halign: center;
|
||||
}
|
||||
|
||||
Gtk.Box detailsBox {
|
||||
orientation: vertical;
|
||||
margin-start: 14;
|
||||
|
||||
Gtk.Label detailsTitle {
|
||||
halign: start;
|
||||
styles ["title-1"]
|
||||
}
|
||||
|
||||
Gtk.Box {
|
||||
orientation: horizontal;
|
||||
spacing: 12;
|
||||
|
||||
Gtk.Label detailsIsOpen {
|
||||
halign: start;
|
||||
}
|
||||
|
||||
Gtk.Label detailsCurrentHours {
|
||||
halign: start;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,6 @@ template Wince-BusinessRow : Gtk.ListBoxRow {
|
||||
halign: start;
|
||||
spacing: 12;
|
||||
|
||||
Gtk.Label businessOpen {
|
||||
}
|
||||
Gtk.Label businessRating {
|
||||
}
|
||||
Gtk.Label businessDistance {
|
||||
|
||||
Reference in New Issue
Block a user