Initialized view is the best kind of view.

This commit is contained in:
Teo Mrnjavac 2016-01-11 19:26:14 +01:00
parent 37df381404
commit d85bf01107

View File

@ -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 );