Update Widgets to be able to use grid
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user