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

Help: Rainmeter Skins • Re: Help with resizing

$
0
0
Hi,

try to change the W=190 of the Text to W=160 the Frame should be now smaler.
Change it on all Strings or copy and paste my code segment

https://docs.rainmeter.net/manual/meters/general-options/

Code:

; ----------------------------------; METERS display images, text, bars, etc.; ----------------------------------[MeterTitle]Meter=StringMeterStyle=styleTitleX=100Y=12Text="ARIZONA"[MeterTitle2]Meter=StringMeterStyle=styleTitleX=100Y=85Text="MANILA"[meterTime]Meter=StringMeterStyle=styleTitle; Using MeterStyle=styleTitle will basically "copy" the; contents of the [styleTitle] section here during runtime.MeasureName=measureTimeX=100Y=30W=160H=18Text=%1; %1 stands for the value of MeasureName (measureTime in this case).[meterTime2]Meter=StringMeterStyle=styleTitle; Using MeterStyle=styleTitle will basically "copy" the; contents of the [styleTitle] section here during runtime.MeasureName=measureTime2X=100Y=105W=160H=18Text=%1; %1 stands for the value of MeasureName (measureTime in this case).[meterDay]Meter=StringMeterStyle=styleLeftTextMeasureName=measureDayX=80Y=50W=160H=14Text=%1[meterDay2]Meter=StringMeterStyle=styleLeftTextMeasureName=measureDay2X=80Y=125W=160H=14Text=%1[meterDate]Meter=StringMeterStyle=styleRightTextMeasureName=measureDateX=200Y=140W=160H=14Text=%1[meterDate2]Meter=StringMeterStyle=styleRightTextMeasureName=measureDate2X=100Y=140W=160H=14Text=%1[meterDate3]Meter=StringMeterStyle=styleRightTextMeasureName=measureDate3X=200Y=65W=160H=14Text=%1[meterDate4]Meter=StringMeterStyle=styleRightTextMeasureName=measureDate4X=100Y=65W=160H=14Text=%1

Statistics: Posted by Rooky_89 — Yesterday, 7:50 pm



Viewing all articles
Browse latest Browse all 1424

Trending Articles