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

Help: Rainmeter Skins • Re: How do I put the main skin in centre of the red background? The bars are not visible sometimes .

$
0
0
The real problem of the bars being cutoff at the top and left sides is due to author not scaling the meters properly.
The LineLength is not scaled so the bars are never reduced in length and get cutoff.

To correct, download the original package again (this will remove any changes you made),.
Then open "RoundSound\RoundSound.ini" to edit.

Change the Value5 line in [sFactoryBars] so it is:

Code:

Option5=LineLengthValue5=((#FORMULA_AVG#=0)?{#ExtrudeMin#=0?-1:#ExtrudeMin#}:((#FORMULA_AVG#-[mBand%%])*{#Smoothing#}+[mBand%%])*({#ExtrudeMax#-#ExtrudeMin#}+#ExtrudeMin#)*#Scale#)
The #Scale# correction was added to the end of the value formula.

Save the file and refresh the skin.

Properly scaled bars (25%):
RndSnd025.jpg
Aside: Due to how the skin sets the visualizer, it is not always going to be in the "center' of the overall skin size.

Statistics: Posted by eclectic-tech — Today, 5:35 am



Viewing all articles
Browse latest Browse all 1597

Trending Articles