summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/progress_page.cpp
diff options
context:
space:
mode:
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");