Jump to content

Recommended Posts

Guest JPo_23
Posted

I'm editing the default orange homescreen for my SPV E200 and I want to change the separation between the time and the date so that when I enlarge the font for these items the date doesn't start disappearing off the edge of the screen. I can't work out what to change in the homescreen xml file to do this.

Sorry if this has been covered in another thread, but I have looked and cant find what I need.

Guest crafty
Posted

In the xml, find this section:

<!-- row2 col1: clock -->

 <shortcut width="100%">

 <plugin clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}" height="20" handlekeys="CHILD" width="100%">

   <background padding-left="0" bgcolor="transparent" />

   <format state="unselected" padding-right="0" padding-left="0" bgcolor="transparent" />

   <shortcut width="100%" wrap="0">

   <plugin file="sysplug.dll" clsid="{44FA0F8C-082F-42b4-BE49-82559F23D5D4}" padding-left="0" padding-right="0" height="20">

     <format padding-right="0" padding-left="0" bgcolor="transparent"/>

     <background bgcolor="transparent"/>

         <time mode="24"/><date x="100"/>    

   </plugin>

   </shortcut>

 </plugin>

 </shortcut>[/code]

It sounds like you need to decrese the value of to reduce the separation.

Hope this helps!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.