open-ephys / bonsai-onix1

Bonsai library for the Open Ephys Onix Acquisition System
https://open-ephys.github.io/onix1-bonsai-docs
MIT License
4 stars 3 forks source link

NeuropixelsV2eHeadstage Dialog incorrectly changes panel sizes #310

Open bparks13 opened 1 week ago

bparks13 commented 1 week ago

When either the NeuropixelsV2e dialog or the NeuropixelsV2eProbeConfiguration dialog is opened and resized to be smaller, the inner panels scale appropriately and keep the correct percentage sizing.

image

However, when the NeuropixelsV2eHeadstage dialog is opened (which is unfortunately what I assume most people will use) this relative sizing is not respected, and cuts off certain controls.

image

My guess is that this has something to do with docking, but I will need to troubleshoot to figure it out.