fix text formatter icons size & pixelation

This commit is contained in:
Iuri Matias 2021-05-05 14:46:42 -04:00
parent a2655c9b7b
commit cfe2139524
1 changed files with 2 additions and 2 deletions

View File

@ -887,14 +887,14 @@ Rectangle {
StatusChatInputTextFormationAction {
wrapper: "~~"
icon.name: "format-text-strike-through"
icon.height: 18
icon.width: 45
//% "Strikethrough"
text: qsTrId("strikethrough")
}
StatusChatInputTextFormationAction {
wrapper: "`"
icon.name: "format-text-code"
icon.height: 18
icon.width: 45
//% "Code"
text: qsTrId("code")
}