pymmcore-plus / pymmcore-widgets

A set of Qt-based widgets onto the pymmcore-plus model
https://pymmcore-plus.github.io/pymmcore-widgets
Other
12 stars 7 forks source link

Enable resizing Group/Preset columns in GroupPresetTableWidget #323

Closed gselzer closed 4 months ago

gselzer commented 4 months ago

Description

The Group and Preset widgets are fixed to the same width within the GroupPresetTableWidget - this can result in long preset names going off screen, when there is definitely space for both. It would be nice if we could implement smarter column sizes to ensure everything fits well on the screen.

What I Did

I put the widget in my UI 😆

image