It is currently March 28th, 2024, 9:28 am

How do you change the launcher label position?

Get help with creating, editing & fixing problems with skins
Post Reply
eboshidori
Posts: 3
Joined: June 26th, 2010, 11:53 pm

How do you change the launcher label position?

Post 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.
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: How do you change the launcher label position?

Post by dragonmage »

Please post the code in question between tags.
eboshidori
Posts: 3
Joined: June 26th, 2010, 11:53 pm

Re: How do you change the launcher label position?

Post 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?
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: How do you change the launcher label position?

Post 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.
eboshidori
Posts: 3
Joined: June 26th, 2010, 11:53 pm

Re: How do you change the launcher label position?

Post by eboshidori »

Thanks, worked great :D
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: How do you change the launcher label position?

Post by dragonmage »

As I said in the other thread, you had the wrong Variant loaded. Load the regular version, not the Mini.
Post Reply