oss-slu / Mouser

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

73 make experiment page frames resize with window #130

Closed aobermiller closed 1 year ago

aobermiller commented 1 year ago

Fixes #73

What was changed? Many of the pages in the /experiment_pages directory were modified. Each one only needed a component or two changed. Most commonly an object called 'main_frame' needed to be configured properly

Why was it changed? Many frames did not center themselves in the window or expand to fill the space when the window was resized.

How was it changed?

Most of the changes involved grid configurations. Frames in cage_config_ui.py, experiment_menu_ui.py, map_rfid.py, and select_experiment_ui.py all needed to have grid configurations altered to allow the objects to resize.

loganwyas commented 1 year ago

@aobermiller What is the progress on this?

aobermiller commented 1 year ago

I only have to configure two more of the pages and then I'm done

aobermiller commented 1 year ago

@loganwyas my pull request is ready for review