Skip to content

Commit

Permalink
Remove hardcoded Change Game Image Grid Sizes tweak name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed May 18, 2022
1 parent 8c47655 commit de947b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old_glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ def create_frameJSInner(self, controller):
if fixname in self.controller.special_js_config:
#print(self.controller.special_js_config["Change Game Image Grid Sizes (optional) - default widths 111, 148, 222"])
self.sizesFrame = tk.Frame(self.frameJSInner)
special_js_key_name = "Change Game Image Grid Sizes - default widths 111, 148, 222"
special_js_key_name = fixname
for i, key in enumerate(self.controller.special_js_config[special_js_key_name]):
_combolabel = tk.Label(self.sizesFrame,
text = key)
Expand Down

0 comments on commit de947b0

Please sign in to comment.