I created a default extension with a module (it contains an input selector)
After I reload it, when I select a volume, I can only reduce the width of the module so that the full name of the volume is still visible.
Is it possible to reduce the size further?
Ideally, I would want a solution where when I decrease the width further, only some of the first and last letters of the name would be displayed with ellipses in the middle - like e.g. in the Volumes module
weridly, the first time I open the new module my desired behaviour works (the name of the volume shorteneing and expanding with the width of the volume), but after I click on Reload it assumes the expanded width and it cannot be reduced
I would not expect that setting a style sheet causes changes like this, so this is a bug. Unfortunately the layout logic in Qt is extremely complicated, so I see a very low chance of this being resolved unless you find a solution. However, if someone has an idea please chime in.
In the meantime I’d set the style sheet before first entering the module, which I imagine would solve the problem.