Rainmeter Alignment Help

Soldato
Joined
30 Dec 2004
Posts
3,379
Location
London
Hey people

just got that new simplesentece config running and i'm trying to align the text to the right (so I can have it on the right hand side of my screen).

I'm editing

StringAlign=Left
to
StringAlign=Right

but the text dissapears.

I've tried editing the width, but that doesn't seem to help.

Only had rainmeter once before and never experimented with it, was hoping someone could help me out?
 
It's been a while since I've had to edit my config and I haven't wanted to change anything since getting something to look nice from the time it took.

I believe there are width and height properties which control the available space. Then you have x and y properties which control the location of elements within the available space. So perhaps you are missing an X and Y property?

Otherwise perhaps set alignment to left/centre if it's working and use X,Y to move that about?

Could you copy the specific skin's meter code as it'll help.

Here's an example of a date string I'm using if it's of any help:
Code:
[MeterDateC]
Meter=STRING
MeasureName=MeasureDate
X=75
Y=172
FontColor=255, 255, 255, 185
StringStyle=NORMAL
FontSize=11
StringAlign=CENTER
FontFace=Segoe UI
AntiAlias=1
Hidden=0
 
Back
Top Bottom