Commit 545418a0 authored by Sergey Chupligin's avatar Sergey Chupligin

[Statusbar] fix size on rotation

parent 729de8fe
......@@ -39,7 +39,7 @@ import org.nemomobile.lipstick 0.1
Item {
id: root
z: 201
height: width/12
height: Math.min(parent.width,parent.height)/12
width: parent.width
anchors.bottom: parent.bottom
......
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