mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Proper parenting.
This commit is contained in:
parent
80018e1d5b
commit
37df381404
1 changed files with 2 additions and 2 deletions
|
@ -622,10 +622,10 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
|||
"then drag to resize</strong>" ) );
|
||||
m_selectLabel->show();
|
||||
|
||||
m_afterPartitionSplitterWidget = new PartitionSplitterWidget;
|
||||
m_afterPartitionSplitterWidget = new PartitionSplitterWidget( m_previewAfterFrame );
|
||||
layout->addWidget( m_afterPartitionSplitterWidget );
|
||||
|
||||
QLabel* sizeLabel = new QLabel;
|
||||
QLabel* sizeLabel = new QLabel( m_previewAfterFrame );
|
||||
layout->addWidget( sizeLabel );
|
||||
sizeLabel->setWordWrap( true );
|
||||
connect( m_afterPartitionSplitterWidget, &PartitionSplitterWidget::partitionResized,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue