It is currently May 8th, 2024, 5:50 pm

RSS Reader Link Help

Get help with creating, editing & fixing problems with skins
hoeser
Posts: 2
Joined: April 9th, 2011, 6:45 am

RSS Reader Link Help

Post by hoeser »

The links on the RSS reader are extremely hard to click on (the clickable area is tiny). I tried adjusting the x and y values under StyleItem and StyleLink but to no avail. Anyone have any idea? Sorry if this has already been covered before.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RSS Reader Link Help

Post by jsmorley »

Any hint on what skin your are using?
hoeser
Posts: 2
Joined: April 9th, 2011, 6:45 am

Re: RSS Reader Link Help

Post by hoeser »

Using Enigma. RSS readers I'm looking to edit are in the Sidebar.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RSS Reader Link Help

Post by jsmorley »

If you right click the little book icon on the skin, next to the main title of the feed, and say "Edit Skin", you will find a section, starting on about line 173 of the file RSSReader.ini, that looks like this:

[StyleItem]
X=2
Y=15r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#Color2#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1

Add the line in bold below, save the file, and from the Rainmeter context menu, say "Refresh All". That will make it much easier to "hit" the links when you are trying to click them.

[StyleItem]
X=2
Y=15r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#Color2#
SolidColor=0,0,0,1
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1