fix text formatter icons size & pixelation
This commit is contained in:
parent
a2655c9b7b
commit
cfe2139524
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue