PDA

View Full Version : Bigger clock?


GnatGoSplat
8th October 2007, 10:14 PM
Is there any way to modify the home screen XML to increase the size of the clock font in WM5? Or is there a freeware app to do the same?
I see WM6 has a bigger clock, but from what I've read it has lots of bugs and one of the latest is a Wifi bug. I use WiFi a lot so I'd better stick to WM5.

jayjoe
9th October 2007, 06:45 PM
you can easy change this:


<clock>
<date x="0" y="3" w="232" fgcolor="#FFFFFF" font-size="18" mode="long" halign="right"/>
<time x="154" y="22" w="80" halign="center" fgcolor="#000000" font-weight="bold" font-size="38" mode="24"/>
</clock>


open you xml with windows notepad and work on this tag ""font-weight="bold" font-size="38"

GnatGoSplat
12th October 2007, 02:50 PM
That works great, thanks!