[calamares] Keep text on a single line
- In the sidepane, don't wrap long texts
This commit is contained in:
parent
1c12449f03
commit
fdc2cff65a
@ -113,5 +113,5 @@ ProgressTreeDelegate::paintViewStep( QPainter* painter,
|
||||
}
|
||||
|
||||
painter->fillRect( option.rect, painter->brush().color() );
|
||||
painter->drawText( textRect, index.data().toString() );
|
||||
painter->drawText( textRect, Qt::AlignHCenter | Qt::AlignVCenter | Qt::TextSingleLine, index.data().toString() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user