summaryrefslogtreecommitdiff
path: root/ui/qt5/netdhcppage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/netdhcppage.cc')
-rw-r--r--ui/qt5/netdhcppage.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/netdhcppage.cc b/ui/qt5/netdhcppage.cc
index bf223f0..56a29ca 100644
--- a/ui/qt5/netdhcppage.cc
+++ b/ui/qt5/netdhcppage.cc
@@ -24,13 +24,16 @@ NetDHCPPage::NetDHCPPage(QWidget *parent) : HorizonWizardPage(parent) {
loadWatermark("network");
QLabel *overall = new QLabel(tr("Please wait while System Installation performs the following tasks:"));
+ overall->setWordWrap(true);
information = new QLabel;
information->setWordWrap(true);
addrStatus = new QLabel;
address = new QLabel(tr("Obtain a network address"));
+ address->setWordWrap(true);
inetStatus = new QLabel;
inet = new QLabel(tr("Check Internet connectivity"));
+ inet->setWordWrap(true);
QGridLayout *progressLayout = new QGridLayout;
progressLayout->addWidget(addrStatus, 0, 0);