make sure bullets in about dialog use a font that has those character (#8921)

This commit is contained in:
Subhraman Sarkar 2024-05-26 11:29:07 +05:30 committed by GitHub
parent c2072f201d
commit da7e57422e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@
[column]
horizontal_alignment = left
[label]
label = _ " <b>Version:</b>"
label = _ "<span font_family='DejaVu Sans'>✦</span> <b>Version:</b>"
use_markup = yes
[/label]
[/column]
@ -147,7 +147,7 @@
[column]
horizontal_alignment = left
[label]
label = _ " <b>Running on:</b>"
label = _ "<span font_family='DejaVu Sans'>✦</span> <b>Running on:</b>"
use_markup = yes
[/label]
[/column]
@ -176,7 +176,7 @@
[column]
horizontal_alignment = left
[label]
label = _ " <b>Architecture:</b>"
label = _ "<span font_family='DejaVu Sans'>✦</span> <b>Architecture:</b>"
use_markup = yes
[/label]
[/column]
@ -204,7 +204,7 @@
[column]
horizontal_alignment = left
[label]
label = _ " <b>Homepage:</b>"
label = _ "<span font_family='DejaVu Sans'>✦</span> <b>Homepage:</b>"
use_markup = yes
[/label]
[/column]
@ -234,7 +234,7 @@
[column]
horizontal_alignment = left
[label]
label = _ " <b>Wiki:</b>"
label = _ "<span font_family='DejaVu Sans'>✦</span> <b>Wiki:</b>"
use_markup = yes
[/label]
[/column]
@ -272,7 +272,7 @@
[column]
horizontal_alignment = left
[label]
label = _ "<i> Copy a full report here:</i>"
label = _ "<i><span font_family='DejaVu Sans'>➤</span> Copy a full report here:</i>"
use_markup = yes
[/label]
[/column]
@ -292,7 +292,7 @@
[column]
horizontal_alignment = left
[label]
label = _ "<i> Report an issue or request a feature:</i>"
label = _ "<i><span font_family='DejaVu Sans'>➤</span> Report an issue or request a feature:</i>"
use_markup = yes
[/label]
[/column]
@ -315,7 +315,7 @@
[column]
horizontal_alignment = left
[label]
label = _ "<i> Re-open the version migrator dialog:</i>"
label = _ "<i><span font_family='DejaVu Sans'>➤</span> Re-open the version migrator dialog:</i>"
use_markup = yes
[/label]
[/column]