Make playlist column text elided

Fixes #801
This commit is contained in:
Jonas Kvinge
2021-10-17 02:32:34 +02:00
parent 6128fb4f19
commit b1f70982bf

View File

@@ -48,6 +48,7 @@ StretchHeaderView::StretchHeaderView(const Qt::Orientation orientation, QWidget
QObject::connect(this, &StretchHeaderView::sectionResized, this, &StretchHeaderView::SectionResized);
setMinimumSectionSize(kMinimumColumnWidth);
setTextElideMode(Qt::ElideRight);
}