Skip to content

GridDelegate: don't let labels overflow

Nate Graham requested to merge ngraham/kdeclarative:no-overflowing-labels into master

For unknown reasons, the labels' parent ColumnLayout stretches itself to accommodate wide text, so the text never gets elided and overflows instead. This ugly hack fixes that, in the absence of an understanding of why the above issue happens.

I am aware that this is probably not the best fix, so if you hate it too, feel free to help figure out what on earth is going on here!

Before After
Before After

BUG: 444707 FIXED-IN: 5.88

Merge request reports