Change cage group configuration to display vertically, to horizontally.
Fixes #110
What was changed?
Change cage group configuration to display vertically, to horizontally. Only had to rewrite one line of code, placing the side of the frame as left instead of top.
Why was it changed?
Was an issue listed, also much easier to read without required scrolling for multiple cage groups.
How was it changed?
Simply rewrote the frame.pack() line to display side to side instead of top to bottom.
Screenshots that show the changes (if applicable):
Change cage group configuration to display vertically, to horizontally.
Fixes #110
What was changed?
Change cage group configuration to display vertically, to horizontally. Only had to rewrite one line of code, placing the side of the frame as left instead of top.
Why was it changed? Was an issue listed, also much easier to read without required scrolling for multiple cage groups. How was it changed? Simply rewrote the frame.pack() line to display side to side instead of top to bottom. Screenshots that show the changes (if applicable):