Can load some basic business info from YELP

This commit is contained in:
2022-12-18 00:34:47 -08:00
parent 00814dd7e4
commit 5e2e9e2752
11 changed files with 151 additions and 8 deletions

View File

@@ -29,5 +29,15 @@ Adw.ApplicationWindow mainWindow {
icon-name: "edit-find";
}
}
Gtk.ScrolledWindow {
vexpand: true;
Gtk.ListBox searchResults {
margin-top: 14;
margin-start: 14;
margin-end: 14;
}
}
}
}
}