View Single Post
Posts: 76 | Thanked: 44 times | Joined on Apr 2011 @ India
#17
Originally Posted by elros34 View Post
Half of screen? it can't be normal.

Nice idea - done.

If you mean bar with icons: in /opt/qmllockscreen/qml/LockView.qml
there is timer:
Code:
Timer {
  id: quickBarTimer
  interval: 1000 // 1s 
..
}
That worked for me nicely. Thanks a lot.