conservationtechlab / dencam

Polar bear maternal den observation system.
MIT License
5 stars 2 forks source link

buster and bookworm have differing gui pixel values for tkinter objects #107

Closed kgarwoodsdzwa closed 1 week ago

kgarwoodsdzwa commented 3 weeks ago

need to add a config file that switches between the pixel placement values for the widgets based on the operating system. can all be checked and called within gui.py

iingram commented 3 weeks ago

I know we talked about storing these values in a CSV file read by gui.py but I am wondering, given how intrinsic to the program they are, whether we code them directly into a Python object (maybe a dictionary or dictionary of dictionaries) in their own module file and just import that object into gui.py instead of having to read the CSV file?