Remove bold text tags.

This commit is contained in:
Swapnil Tripathi 2021-07-06 01:22:11 +05:30 committed by Bart De Vries
parent 09df795e05
commit 02523e2feb

View File

@ -110,7 +110,7 @@ Loader {
Kirigami.Heading {
level: 3
text: i18n("<b>Set Playback Rate</b>")
text: i18n("Set Playback Rate")
Layout.alignment: Qt.AlignHCenter
Layout.bottomMargin: Kirigami.Units.largeSpacing * 2
}