Custom Item Pool page needs some adjustments

Width of last column wider now that "Triforce Pieces Required" was added.
This commit is contained in:
Mike A. Trethewey
2020-02-12 04:31:15 -08:00
parent fafd44b770
commit d037bfc70e
2 changed files with 1 additions and 2 deletions

View File

@@ -639,7 +639,7 @@ def custom_page(top,parent):
self.customWidgets[key] = widgets.make_widget(self,"textbox",currentList,
"Triforce Pieces Required",
None,
{"label": {"anchor": W, "side": LEFT, "padx": (0,40)}, "textbox": {"side": RIGHT}, "default": 0}
{"label": {"anchor": W, "side": LEFT}, "textbox": {"side": RIGHT}, "default": 0}
)
self.customWidgets[key].pack()