Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1565

Date and Time • Re: AstroCalendar, MultiCalendar and WorldClock

$
0
0
Hi, would you be able to help me with how to modify the spacing between the lines of text on the WorldClock? I can increase the size of the box easily enough but when I increase the font to match it overlaps the text.
For first let's try to work only with the WorldClockH1.ini skin. If you find my solution good enough, and you need, we can work with the other skins as well. So in WorldClockH1.ini do the followings:
  • Add an Offset variable to the [Variables] section of the WorldClockH1.ini file. This variable will control the distance between each two consecutive rows. For instance add this variable: Offset=10.
  • You have to go one by one to each of the following included files: WorldClock\includes\WorldClockH1\clockX.inc. In this case X varies between 0 and 9 and can be 99 as well - there are 11 such .inc files. In all of these files you have to alter the Y options of the following meters:

    Code:

    [meterTimezoneClockX]...Y=(20+#Offset#)...[meterDateClockX]...Y=(20+#Offset#)...[meterBehindAheadClockX]...Y=(34+2*#Offset#)...[meterYesterdayTomorrowClockX]...Y=(34+2*#Offset#)...
    Note that:
    • X in this case has the same values as X in the names of the files.
    • There are 11 .inc files and in each file there are 4 meters to be altered.
    • I added just #Offset# to the Y options of the [meterTimezoneClockX] and [meterDateClockX] meters, but 2*#Offset# to [meterBehindAheadClockX] and [meterYesterdayTomorrowClockX] meters.
  • Finally modify the SkinHeight option of the in the [Rainmeter] section of the WorldClockH1.ini file to SkinHeight=(52+2*#Offset#).
When you did all these, you can increase the values of the FontSize options of the String meters.
Does this work properly? If it does, do you want to do such updates on the other skins as well?

Statistics: Posted by balala — Yesterday, 8:20 pm



Viewing all articles
Browse latest Browse all 1565

Trending Articles