Hi, my time text in the status bar and numerical text in notification bubbles seems to be misaligned serveral pixels too high. It does NOT seem to be theme specific as I have tried removing everything from winterboard. I also tried un-installing fontswap and makeitmine.. but nothing changes. Does anyone have any suggestions? I would be greatly indebted for your assistance. Thanks.
Well I have no idea what is causing it, but I have seen other screen shots from people with the similar problem.. I solved it like this for those that need it.
Make an empty style with an Info.plist in it with these settings.
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>TimeStyle</key>
<string>padding-bottom: 6</string>
<key>BadgeStyle</key>
<string>padding-bottom: 6</string>
</dict></plist>
|