From e7f5da5af74bea37a9765b32f23f01721191b904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 14 Oct 2019 01:45:16 +0200 Subject: [PATCH] Added missing text wrappping --- src/GUI/popup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/popup.cpp b/src/GUI/popup.cpp index c41668f9..c0b7873b 100644 --- a/src/GUI/popup.cpp +++ b/src/GUI/popup.cpp @@ -54,6 +54,7 @@ Label::Label(const QString &text, QWidget *parent) setTextInteractionFlags(Qt::TextBrowserInteraction); setOpenExternalLinks(true); + setWordWrap(true); setMouseTracking(true);