oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Scroll Bar Data Collection #178

Closed rc10283 closed 8 months ago

rc10283 commented 8 months ago

Fixes #167

What was changed?

Added A scrollbar to data collection in case of large group sizes.

Here, describe what part of the application you changed (e.g. login page, database, etc.). If possible, mention what specific components were added, removed, or modified. Added the scrollbar logic that is used in other pages to the Data Collection page

Why was it changed? Bunched up with larger group sizes that would exceed the size of the frame, allows users to see all animals in large group size.

Here, describe the issue that you are fixing with this code, and why your code fixes it.

167

How was it changed?

No code was changed only added. Added the lines needed for CTkCanvas and scrollbar. Screenshots that show the changes (if applicable):

Screen Shot 2024-03-04 at 1 04 33 PM
loganwyas commented 8 months ago

@rc10283 What is the progress on making the requested changes?

rc10283 commented 8 months ago

What Changes?

loganwyas commented 8 months ago

image 12 days ago, I made a comment on this PR that I couldn't run the application due to import errors.