View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#407
Originally Posted by laith.m.y View Post
for example : I want to make iphone lockscreen WIP so when I but the slide background I must increase the size of the whole widget and then the slide dont still slide anymore because the slide button can be moved anywhere inside the slide background
I don't understand: what's the problem with the widget size equal to the image size you're using as a background for the slide to unlock?

Btw the image widget exists:
Code:
Widgets\xx\Name="Image.ImageWidget"
...
[ImageWidget]
Image="path to image file"
PosL="0;0"
PosP="0;0"
SizeL="100;100"
SizeP="100;100"
@romiiio: to delete the config file and reset to the default one:
Code:
sudo gainroot
rm .config/sakya/QtLockscreen.ini
killall qtlockscreen

Last edited by sakya; 2011-08-11 at 21:24.
 

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