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.
Description
The
Group
andPreset
widgets are fixed to the same width within theGroupPresetTableWidget
- 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 😆