Split template files. Added full hours support

This commit is contained in:
2022-12-21 21:32:37 -08:00
parent a768f4732e
commit 0c0f7d881e
12 changed files with 152 additions and 77 deletions

View File

@@ -1,5 +1,6 @@
module Wince
@[Gtk::UiTemplate(resource: "/wince/ui/compiled/templates.ui", children: %w(businessName businessRating businessDistance))]
@[Gtk::UiTemplate(resource: "/wince/ui/compiled/templates/businessrow.ui",
children: %w(businessName businessRating businessDistance))]
class BusinessRow < Gtk::ListBoxRow
include Gtk::WidgetTemplate