jo-mueller / RadiAiDD

Positioning Software for mouse brain irradiation
MIT License
6 stars 0 forks source link

Image resizes when opening different tab #13

Closed Theresa-S closed 2 years ago

Theresa-S commented 2 years ago

That's probably a PyQt issue: The size of the main window changes everytime when a new tab is clicked or when some functions (e.g., image display, etc) change the size of single widgets. Not super import, but mildly annoying.

jo-mueller commented 2 years ago

Fixed in b5ec1651e2344a3d3548dc42b0c8c9d974551d6d

jo-mueller commented 2 years ago

Root cause: Minimum sizes for main window had to be provided in Qt designer.