It is currently March 29th, 2024, 6:41 am

Why does text get cut?

Get help with installing and using Rainmeter.
bernardovs23
Posts: 28
Joined: April 6th, 2017, 2:43 pm

Why does text get cut?

Post by bernardovs23 »

Image
This is the whole skin, i swear

String content:

Code: Select all

Meter=String
MeasureName=Measure.Quote2
Y=R
FontColor=255,255,255
FontFace=VCR OSD Mono
FontSize=15
AntiAlias=1
DynamicVariables=1
Last edited by bernardovs23 on April 7th, 2017, 7:36 pm, edited 1 time in total.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Why does text get cut?

Post by balala »

bernardovs23 wrote:Image
This is the whole skin, i swear
As dvo said, you should post the whole code, however I suppose a SkinHeight option, added to the [Rainmeter] section of your code, with a proper value, could help.
If you try this you have to find a good value for this SkinHeight. If you don't succeed, post the whole code and we'll see...
bernardovs23
Posts: 28
Joined: April 6th, 2017, 2:43 pm

Re: Why does text get cut?

Post by bernardovs23 »

dvo wrote:post the total skin and we shall see i think it's a height problem :P
Here it is!
[Rainmeter]
Update=1000
[Metadata]
Name= V A P O R W A V E
Author= @bernardovs23
Information= Vaporwave widgets
Version= 1.0
[Measure.Time.Hour]
Measure=Time
Format=%I
[Measure.Time.Minute]
Measure=Time
Format=%M
[Measure.Time.AMPM]
Measure=Time
Format=%p
[Measure.Time.Blink]
Measure=Calc
Formula=Counter % 2

IfEqualValue=0
IfEqualAction=[!SetOption Meter.Time.Shadow Text "[Measure.Time.Hour] [Measure.Time.Minute]"][!SetOption Meter.Time Text "[Measure.Time.Hour] [Measure.Time.Minute]"][!SetOption Meter.Time.Shadow FontColor "255,106,213"]

IfAboveValue=0
IfAboveAction=[!SetOption Meter.Time.Shadow Text "[Measure.Time.Hour]:[Measure.Time.Minute]"][!SetOption Meter.Time Text "[Measure.Time.Hour]:[Measure.Time.Minute]"][!SetOption Meter.Time.Shadow FontColor "199,116,232"]
[Meter.Time.Shadow]
Meter=String
Text=[Measure.Time.Hour]:[Measure.Time.Minute]
X=5
Y=5
FontColor=199,116,232
FontFace=VCR OSD Mono
FontSize=100
AntiAlias=1
DynamicVariables=1
[Meter.Time]
Meter=String
Text=[Measure.Time.Hour]:[Measure.Time.Minute]
FontColor=255,255,255
FontFace=VCR OSD Mono
FontSize=100
AntiAlias=1
DynamicVariables=1
[Measure.Quote]
Measure=Plugin
Plugin=WebParser
URL=http://whatthecommit.com/
RegExp=(?siU)<p>(.*)</p>
UpdateRate=3
[Measure.Quote2]
Measure=Plugin
Plugin=WebParser
URL=[Measure.Quote]
StringIndex=1
[Meter.Quote]
Meter=String
MeasureName=Measure.Quote2
Y=R
FontColor=255,255,255
FontFace=VCR OSD Mono
FontSize=15
AntiAlias=1
DynamicVariables=1
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Why does text get cut?

Post by balala »

Add a DynamicWindowSize=1 option to the [Rainmeter] section.