Try different layout for first row in ChoicePage.
This commit is contained in:
parent
619e82e5d3
commit
e1a6085a1b
@ -98,9 +98,9 @@ ChoicePage::ChoicePage( QWidget* parent )
|
|||||||
|
|
||||||
m_drivesLayout->addWidget( m_drivesCombo );
|
m_drivesLayout->addWidget( m_drivesCombo );
|
||||||
|
|
||||||
m_drivesLayout->addStretch();
|
|
||||||
m_deviceInfoWidget = new DeviceInfoWidget;
|
m_deviceInfoWidget = new DeviceInfoWidget;
|
||||||
m_drivesLayout->addWidget( m_deviceInfoWidget );
|
m_drivesLayout->addWidget( m_deviceInfoWidget );
|
||||||
|
m_drivesLayout->addStretch();
|
||||||
|
|
||||||
m_messageLabel->setWordWrap( true );
|
m_messageLabel->setWordWrap( true );
|
||||||
m_messageLabel->hide();
|
m_messageLabel->hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user