aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/widgets/elidedlabel.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:13:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:23:14 +0200
commiteca5159e12288e1b4ee7d2d52f0475ca6433a0eb (patch)
treee4f695d9ece39de9f45965b1d64a8d2cd610353b /lib/downloads/widgets/elidedlabel.cpp
parentWebPage: add render process crash recovery page (diff)
downloadsmolbote-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.cpp1
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)