summaryrefslogtreecommitdiff
path: root/ui/qt5/inputpage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/inputpage.cc')
-rw-r--r--ui/qt5/inputpage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/inputpage.cc b/ui/qt5/inputpage.cc
index 009fa86..a02def6 100644
--- a/ui/qt5/inputpage.cc
+++ b/ui/qt5/inputpage.cc
@@ -34,6 +34,7 @@ InputPage::InputPage(QWidget *parent) : HorizonWizardPage(parent) {
setTitle(tr("Keyboard Layout"));
descLabel = new QLabel(tr("Choose the layout of your keyboard."));
+ descLabel->setWordWrap(true);
/* REQ: UI.Input.LayoutList */
layoutList = new QListWidget(this);