Update Widgets to be able to use grid

This commit is contained in:
Mike A. Trethewey
2020-02-21 23:47:29 -08:00
parent dbaaef662a
commit 6c9fdcd203
21 changed files with 341 additions and 602 deletions

View File

@@ -38,6 +38,7 @@ def bottom_frame(self, parent, args=None):
self,
"Count",
None,
None,
{"label": {"side": LEFT}, "spinbox": {"side": RIGHT}}
)
self.widgets[key].pack(side=LEFT)