Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
0512e055
Commit
0512e055
authored
Feb 22, 2022
by
Tobias Fella
Committed by
Nate Graham
Feb 23, 2022
Browse files
Set textFormat in Label to StyledText
Apparently AutoText isn't smart enough to detect this
parent
05ccfc4e
Pipeline
#141517
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationPage.qml
View file @
0512e055
...
...
@@ -419,6 +419,7 @@ DiscoverPage {
Layout.fillWidth
:
true
wrapMode
:
Text
.
WordWrap
text
:
appInfo
.
application
.
longDescription
textFormat
:
Text
.
StyledText
onLinkActivated
:
Qt
.
openUrlExternally
(
link
);
}
...
...
Tobias Fella
@tfella
mentioned in commit
25e928aa
·
Feb 23, 2022
mentioned in commit
25e928aa
mentioned in commit 25e928aae15e9ba44cc35edb30cca647e3c6b96f
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment