Use the target system's boot name in partitioning summary widget.
This commit is contained in:
parent
eb6bb49d5a
commit
499fd513b4
@ -250,6 +250,8 @@ PartitionViewStep::createSummaryWidget() const
|
|||||||
previewLabels->setModel( info.partitionModelAfter );
|
previewLabels->setModel( info.partitionModelAfter );
|
||||||
preview->setSelectionMode( QAbstractItemView::NoSelection );
|
preview->setSelectionMode( QAbstractItemView::NoSelection );
|
||||||
previewLabels->setSelectionMode( QAbstractItemView::NoSelection );
|
previewLabels->setSelectionMode( QAbstractItemView::NoSelection );
|
||||||
|
previewLabels->setCustomNewRootLabel( Calamares::Branding::instance()->
|
||||||
|
string( Calamares::Branding::BootloaderEntryName ) );
|
||||||
info.partitionModelAfter->setParent( widget );
|
info.partitionModelAfter->setParent( widget );
|
||||||
field = new QVBoxLayout;
|
field = new QVBoxLayout;
|
||||||
CalamaresUtils::unmarginLayout( field );
|
CalamaresUtils::unmarginLayout( field );
|
||||||
|
Loading…
Reference in New Issue
Block a user