It is currently March 28th, 2024, 10:19 pm

Skin is being cut off.

Get help with creating, editing & fixing problems with skins
CowThing
Posts: 1
Joined: October 30th, 2009, 9:17 pm

Skin is being cut off.

Post by CowThing »

I have a clock skin, which works fine, until the hours become 2 digits, then the seconds get cut off because the whole clock get bigger.
Image

However refreshing the skin will make it work correctly:
Image

Code: Select all

[Rainmeter]
Author=Cow
Update=1000

[Metadata]
Name=Clock | Simple Clock
Description=Displays the time.

[Variables]
Font=segoe print

;=========
;  Measures
;=========
[GetHM]
Measure=Time
Format="%#I.%M"

[GetS]
Measure=Time
Format=".%S"

;======
;  Meters
;======
[HourMinute]
Meter=STRING
MeasureName=GetHM
AntiAlias=1
FontColor=255,255,255
FontFace=#Font#
FontSize=48
StringAlign=LEFT
Text="%1"
X=0
Y=0

[Second]
Meter=STRING
MeasureName=GetS
AntiAlias=1
FontColor=255,255,255
FontFace=#Font#
FontSize=24
StringAlign=LEFT
Text="%1"
X=-12R
Y=36
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Skin is being cut off.

Post by dragonmage »

Please search