rdustinb / noaasolarweather

Python graphing script that pulls real time NOAA satellite data and displays it in a graph.
14 stars 2 forks source link

Default Application Size #17

Open rdustinb opened 9 years ago

rdustinb commented 9 years ago

The application should set the default window size based on how many widgets are present when the application starts. As this is not expected behavior, I am labelling this as a bug.

rdustinb commented 9 years ago

Currently the window size can now be set in the colors_and_globals.py file. Ideally this should be done based on number of widgets.