Commit 48057b7a authored by Chupligin Sergey's avatar Chupligin Sergey

[CheckBoxStyle] fix size of chechbox switcher

parent c4206d08
...@@ -61,6 +61,8 @@ CheckBoxStyle { ...@@ -61,6 +61,8 @@ CheckBoxStyle {
Image { Image {
id: ball id: ball
width: size.dp(32)
height: size.dp(32)
source: "images/switch-ball.png" source: "images/switch-ball.png"
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
} }
......
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