mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
Initialized view is the best kind of view.
This commit is contained in:
parent
37df381404
commit
d85bf01107
1 changed files with 1 additions and 0 deletions
|
@ -623,6 +623,7 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
|||
m_selectLabel->show();
|
||||
|
||||
m_afterPartitionSplitterWidget = new PartitionSplitterWidget( m_previewAfterFrame );
|
||||
m_afterPartitionSplitterWidget->init( selectedDevice() );
|
||||
layout->addWidget( m_afterPartitionSplitterWidget );
|
||||
|
||||
QLabel* sizeLabel = new QLabel( m_previewAfterFrame );
|
||||
|
|
Loading…
Add table
Reference in a new issue