Bring proper link coloring in web page descriptions back
This commit is contained in:
parent
4aa8ff3d8a
commit
d0ebbc7170
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ Column {
|
||||||
visible: (rawText !== "")
|
visible: (rawText !== "")
|
||||||
readonly property int defaultMaxLineCount: 3
|
readonly property int defaultMaxLineCount: 3
|
||||||
maxLineCount: defaultMaxLineCount
|
maxLineCount: defaultMaxLineCount
|
||||||
|
linkColor: Theme.highlightColor
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
Functions.handleLink(link);
|
Functions.handleLink(link);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue