View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#16
Originally Posted by bill_klpd View Post
I have a problem on portrait mode, is this normal, it is it the half of the screen...
Half of screen? it can't be normal.
Originally Posted by bill_klpd View Post
One more thing! Is there a way to make the screen go off when it is on the lockscreen with the power button instead of waiting?
Nice idea - done.
Originally Posted by kraker_abhy View Post
Request: can you please reduce the time gap for bottom menu so that it can appear little quicker then now?
If you mean bar with icons: in /opt/qmllockscreen/qml/LockView.qml
there is timer:
Code:
Timer {
  id: quickBarTimer
  interval: 1000 // 1s 
..
}
 

The Following User Says Thank You to elros34 For This Useful Post: