Page 1 of 1

How do you change the launcher label position?

Posted: June 27th, 2010, 12:02 am
by eboshidori
One of my launcher's label comes up on the side and the rest have the labels on the bottom. When I edit it, the code for the label is exactly the same in both of them and I cant seem to find a setting. I have been trying to fix this for a while. Please help.

Re: How do you change the launcher label position?

Posted: June 27th, 2010, 4:09 am
by dragonmage
Please post the code in question between tags.

Re: How do you change the launcher label position?

Posted: June 27th, 2010, 5:53 am
by eboshidori
Please post the code in question between tags.

Code: Select all

 [Label]
Meter=STRING
MeterStyle=StyleLabel
Text="Thunderbird"
X=60 
its the code for a label on launchers. how do i make it so the label is underneath and not on the side?

Re: How do you change the launcher label position?

Posted: June 27th, 2010, 9:24 am
by Chewtoy
X represent the horizontal position.
Y represent the vertical position.

So add a Y value. If you use Y=R, the meter will be relative to the bottom of the meter above it in the code.
If you use Y=r it will be relative to the top of the meter above it in the code.
I suggest you use Y=R.

Re: How do you change the launcher label position?

Posted: June 27th, 2010, 12:26 pm
by eboshidori
Thanks, worked great :D

Re: How do you change the launcher label position?

Posted: June 27th, 2010, 5:16 pm
by dragonmage
As I said in the other thread, you had the wrong Variant loaded. Load the regular version, not the Mini.