mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Try different layout for first row in ChoicePage.
This commit is contained in:
parent
619e82e5d3
commit
e1a6085a1b
1 changed files with 1 additions and 1 deletions
|
@ -98,9 +98,9 @@ ChoicePage::ChoicePage( QWidget* parent )
|
|||
|
||||
m_drivesLayout->addWidget( m_drivesCombo );
|
||||
|
||||
m_drivesLayout->addStretch();
|
||||
m_deviceInfoWidget = new DeviceInfoWidget;
|
||||
m_drivesLayout->addWidget( m_deviceInfoWidget );
|
||||
m_drivesLayout->addStretch();
|
||||
|
||||
m_messageLabel->setWordWrap( true );
|
||||
m_messageLabel->hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue