Replace "<strong>" with "font.bold"
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
6ef25399c6
commit
0a857ba5e6
@ -128,7 +128,8 @@ Falkon.PluginInterface {
|
||||
spacing: 0
|
||||
|
||||
Text {
|
||||
text: "<strong>" + title + "</strong>"
|
||||
font.bold: true
|
||||
text: title
|
||||
}
|
||||
Text {
|
||||
text: url
|
||||
|
Loading…
Reference in New Issue
Block a user