mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-07 12:05:14 +01:00
Added missing text wrappping
This commit is contained in:
parent
d59a37466b
commit
e7f5da5af7
@ -54,6 +54,7 @@ Label::Label(const QString &text, QWidget *parent)
|
|||||||
|
|
||||||
setTextInteractionFlags(Qt::TextBrowserInteraction);
|
setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||||
setOpenExternalLinks(true);
|
setOpenExternalLinks(true);
|
||||||
|
setWordWrap(true);
|
||||||
|
|
||||||
setMouseTracking(true);
|
setMouseTracking(true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user