ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

convert table to scrollable widget #15

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

I would like to incorporate a scrollbar into the tables, then increase the maximum number of lines to 25 or so. This will require including the scrollable element with a HAS-A relationship, also will need to set size limits for app

ibeal commented 3 years ago

This is built into the pySimpleGUI module, so this will be complete after the migration issue #13