Added create button to details and fixed some css

This commit is contained in:
jeffser
2024-10-12 17:01:54 -06:00
parent c4907b81fd
commit da653c754d
3 changed files with 26 additions and 15 deletions

View File

@@ -358,6 +358,8 @@ class local_model(Gtk.ListBoxRow):
window.model_detail_page.set_title(' ('.join(model_name.split(' (')[:-1]))
window.model_detail_page.set_description(' ('.join(model_name.split(' (')[-1:])[:-1])
window.model_detail_create_button.set_name(model_name)
window.model_detail_create_button.set_tooltip_text(_("Create Model Based on '{}'").format(model_name))
details_flow_box = Gtk.FlowBox(
valign=1,