View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3813
Originally Posted by technomagic View Post
after i change color clock on low power screen through qtweak Billboard Standby Screen info hiding up in right side it's only showing three first letters
edit /usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css to reflect the same as below...Find the below section in your file and change maximum-size to 45mm 45mm as below...

Code:
LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLogo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 6mm;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    maximum-size: 45mm 45mm;
}
 

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