AU-ExoMars / PCOT

Pancam Operations Toolkit
MIT License
3 stars 0 forks source link

Window auto-resizing #51

Closed lionspaws closed 1 year ago

lionspaws commented 1 year ago

(Might be a Mac thing?)

When I open the tab for the PCT fitting node the window auto-resizes to try to fit everything in, but it doesn't all fit on screen so I lose a slice off the bottom of the PCOT window:

image

Going fullscreen rearranges it a bit more tidily but chops sections from the bottom:

image

I can get to the comments bit by dragging from the dot at the base, but I don't think I'm getting all of it?

image

I wonder if bit of tweaking could improve this behaviour, if so that would be awesome, but it's not urgent.

Note - slightly random nodes in use as I'm trying to understand how your awesome PCT fitting works so I can do something similar for the RIM.

jimfinnis commented 1 year ago

Not sure about this one. I'll need to run on a lower res system to see what happens, but at the end of the day I think we're going to have to mandate a minimum screen size!

jimfinnis commented 1 year ago

I actually see this on PC too on the laptop! It's matplotlib - if the widget holding the plot is too small, it just makes it bigger. At the moment that plot is a dummy - I've changed its aspect ratio and that should fix it (should be in the dev branch).

jimfinnis commented 1 year ago

Accidental close :)