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: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.
- 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:Note that:
Code:
[meterTimezoneClockX]...Y=(20+#Offset#)...[meterDateClockX]...Y=(20+#Offset#)...[meterBehindAheadClockX]...Y=(34+2*#Offset#)...[meterYesterdayTomorrowClockX]...Y=(34+2*#Offset#)...
- 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#).
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