summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/progress_page.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 11:11:37 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 12:11:26 +0200
commite395cbeece280cf11733a68f28234089e8da288e (patch)
tree96c5da83e18f13b5381ab42d3709a71bd3819859 /src/b2qt-flashing-wizard/progress_page.cpp
parentcaeb8a41e236a7e401aa9eb71d6bb9554e967c90 (diff)
b2qt-flashing-wizard: Wrap long message on progress page
Change-Id: I5454a9b43289784a2eaba3732f27cc97c04d4d5e Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/progress_page.cpp')
-rw-r--r--src/b2qt-flashing-wizard/progress_page.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b2qt-flashing-wizard/progress_page.cpp b/src/b2qt-flashing-wizard/progress_page.cpp
index 01a8691..85192cd 100644
--- a/src/b2qt-flashing-wizard/progress_page.cpp
+++ b/src/b2qt-flashing-wizard/progress_page.cpp
@@ -40,6 +40,7 @@ ProgressPage::ProgressPage(QWidget *parent)
setTitle("Disk creation");
setSubTitle("Progress of writing the disk");
setLayout(new QVBoxLayout(this));
+ mProgress->setWordWrap(true);
mProgress->setText(tr("Starting"));
layout()->addWidget(mProgress);
mToggleDetailsButton->setText("Show details");