mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Use the target system's boot name in partitioning summary widget.
This commit is contained in:
parent
66d66cf446
commit
6e7dc0b437
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue