diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-08-24 15:13:47 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-08-24 15:23:14 +0200 |
commit | eca5159e12288e1b4ee7d2d52f0475ca6433a0eb (patch) | |
tree | e4f695d9ece39de9f45965b1d64a8d2cd610353b /lib/downloads/widgets/elidedlabel.cpp | |
parent | WebPage: add render process crash recovery page (diff) | |
download | smolbote-eca5159e12288e1b4ee7d2d52f0475ca6433a0eb.tar.xz |
Downloads: prevent download widget width from exceeding download list width
Downloads: add open button
Diffstat (limited to 'lib/downloads/widgets/elidedlabel.cpp')
-rw-r--r-- | lib/downloads/widgets/elidedlabel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/downloads/widgets/elidedlabel.cpp b/lib/downloads/widgets/elidedlabel.cpp index da81407..b6761ab 100644 --- a/lib/downloads/widgets/elidedlabel.cpp +++ b/lib/downloads/widgets/elidedlabel.cpp @@ -14,6 +14,7 @@ ElidedLabel::ElidedLabel(QWidget *parent) : QLabel(parent) { + setWordWrap(true); } void ElidedLabel::setText(const QString &text) |