create a db

This commit is contained in:
2022-12-01 13:13:14 +01:00
parent adfcaf3701
commit 2d537660fa
2 changed files with 60 additions and 1 deletions

View File

@ -81,7 +81,6 @@ class MainWindow(Gtk.Window):
self.timeslots = Gtk.ListBox()
for slot in ["09:00", "15:00", "21:00"]:
print(slot)
row = Gtk.ListBoxRow()
hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=50)
row.add(hbox)