melonora / napari-cell-gater

A napari plugin for cell marker gating.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Scaling in large screen is weird #16

Closed josenimo closed 2 months ago

josenimo commented 3 months ago

As seen in attached imaged, widgets are very large. Not sure how simple to match windows scale of things.

IMG_20240416_111414

melonora commented 3 months ago

hmm can you try to slide it smaller? A little bit left to the pointer you should have the option to drag. First see if this works otherwise we have to adjust the size policies. This mostly got changed with your recent changes.

josenimo commented 3 months ago

I tried to drag it, and it did not work

melonora commented 3 months ago

ok, for now to get more space you can undock it, but have to look at the margins. QT is a bit challenging with multiple elements each having their own size policies.

josenimo commented 3 months ago

maybe a way to fix it? https://stackoverflow.com/questions/71852282/qt-designer-not-playing-nicely-with-windows-display-scaling

melonora commented 3 months ago

I don't think so as it is not purely related to text size. Each widget has a size policy including the parent widget

josenimo commented 3 months ago

I think this is a napari issue, napari menues are also all unscaled, but only some parts of them. I feel this will need some backend to fix.. Will carry on with a side monitor for scatter plot :)

IMG_20240417_100029 IMG_20240417_100020

josenimo commented 2 months ago

updated NVIDIA drivers and now it works