mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Improve Osprober logic to immediately check if entries are resizable.
This commit is contained in:
parent
9ebc881223
commit
e7995ad540
7 changed files with 180 additions and 140 deletions
|
@ -32,10 +32,9 @@ AlongsidePage::AlongsidePage( QWidget* parent )
|
|||
|
||||
|
||||
void
|
||||
AlongsidePage::init( PartitionCoreModule* core , const QStringList& osproberLines )
|
||||
AlongsidePage::init( PartitionCoreModule* core , const OsproberEntryList& osproberEntries )
|
||||
{
|
||||
QLabel* placeholder = new QLabel( "Alongside partitioning goes here.\nOsprober:\n" +
|
||||
osproberLines.join( '\n' ) );
|
||||
QLabel* placeholder = new QLabel( "Alongside partitioning goes here." );
|
||||
layout()->addWidget( placeholder );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue