Commit 1971d150 authored by Chupligin Sergey's avatar Chupligin Sergey

[Label] add scaling

parent 5b1fee8d
...@@ -35,5 +35,5 @@ Text { ...@@ -35,5 +35,5 @@ Text {
renderType: Text.NativeRendering renderType: Text.NativeRendering
font.family: Theme.fontFamily font.family: Theme.fontFamily
color: Theme.label.color color: Theme.label.color
font.pointSize: Theme.label.pointSize font.pointSize: size.dp(Theme.label.pointSize)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment