summaryrefslogtreecommitdiff
path: root/ui/qt5/commitpage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/commitpage.cc')
-rw-r--r--ui/qt5/commitpage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/commitpage.cc b/ui/qt5/commitpage.cc
index f144ade..1bbb7b7 100644
--- a/ui/qt5/commitpage.cc
+++ b/ui/qt5/commitpage.cc
@@ -32,6 +32,7 @@ CommitPage::CommitPage(QWidget *parent) : HorizonWizardPage(parent) {
choices = new QLabel;
choices->setFrameStyle(QFrame::Panel | QFrame::Sunken);
choices->setTextFormat(Qt::RichText);
+ choices->setWordWrap(true);
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(descLabel);