mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09: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);
|
||||
setOpenExternalLinks(true);
|
||||
setWordWrap(true);
|
||||
|
||||
setMouseTracking(true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user