It is currently May 1st, 2024, 12:01 am

Dark Eve - Links

Get help with creating, editing & fixing problems with skins
Orlic
Posts: 3
Joined: May 21st, 2012, 10:48 pm

Dark Eve - Links

Post by Orlic »

Greetings,

I have downloaded a skin, that is writting links on the desktop, with simple font.
If you click on a specific prefixe, you get directly to the targeted internet site.

It goes like this :

Code: Select all

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
Color=b80000
Font=Classic Robot
Size=25

[MeterBackground]
Meter=IMAGE
X=-10
Y=-10
W=100
H=100
SolidColor=0,0,0,1
SolidColor2=0,0,0,1
GradientAngle=45.0
HIdden=0

[MeterText]
Meter=STRING
X=5
Y=2
FontColor=#color#
FontColor2=255, 0, 0, 180
FontColorGradient=50%
StringStyle=Normal
FontSize=#size#
StringAlign=Left
FontFace=#font#
AntiAlias=1
Hidden=0
Prefix="Google"
LeftMouseDownAction= !execute ["http://www.google.com"]

You repeat this process and in the end you have different prefixes under each other, HOWEVER the gap/spacing is way too small/not existing.

Is there a way to get those prefixes away from each other, meaning adding a couple of pixels as space, under every prefix?


Thank you, for your time.