It is currently April 26th, 2024, 12:57 pm

La Compaigne des Ombres does not allign to corners

Get help with creating, editing & fixing problems with skins
rodytoon
Posts: 1
Joined: April 21st, 2021, 5:51 pm

La Compaigne des Ombres does not allign to corners

Post by rodytoon »

How can I make La Compaigne des Ombres skin align all the way in the corners, it seems that it keeps a couple of inches away from the corners and I cant exactly drag it to the very corner. Any help is appreciated.


File contents:

Code: Select all

[Rainmeter]

[Metadata]
Name=La Compagnie des Ombres
Author=Milan - http://madmilov2.deviantart.com/
Information=
License=CreativeCommens
Version=1.0

[Background]
Meter=IMAGE
X=-10
Y=-10
ImageName=bg.png

;---------------------------

[MeasureTime]
Measure=Time
Format=%H:%M

[MeasureDate]
Measure=Time
Format="%#d"

[MeasureDateSfx]
Measure=Time
Format="%d"
Substitute="01":"st","02":"nd","03":"rd","04":"th","05":"th","06":"th","07":"th","08":"th","09":"th","10":"th","11":"th","12":"th","13":"th","14":"th","15":"th","16":"th","17":"th","18":"th","19":"th","20":"th","21":"st","22":"nd","23":"rd","24":"th","25":"th","26":"th","27":"th","28":"th","29":"th","30":"th","31":"st"

[MeasureMonth]
Measure=Time
Format=%B

[MeasureWeekday]
Measure=Time
Format=%A

[MeasureYear]
Measure=Time
Format=%Y

;---------------------------

[MeterTime]
Meter=STRING
Measurename=MeasureTime
X=160
Y=0
FontColor=255,255,255,99
FontSize=100
FontFace=Steelfish Rg
StringAlign=Center
AntiAlias=1

[MeterWeekday]
Meter=STRING
Measurename=MeasureWeekday
X=160
Y=105
FontColor=255,255,255
FontSize=85
FontFace=la Compagnie des Ombres
StringAlign=center
AntiAlias=1

[MeterDateMonthYear]
Meter=STRING
Measurename=MeasureDate
MeasureName2=MeasureDateSfx
MeasureName3=MeasureMonth
Measurename4=MeasureYear
X=160
Y=165
FontColor=255,255,255,99
FontSize=35
FontFace=Steelfish Rg
StringAlign=center
StringCase=Upper
Text=%1 %2 %3 %4
AntiAlias=1
Last edited by balala on April 21st, 2021, 6:00 pm, edited 1 time in total.
Reason: Please use <code> tags whenever are posting code snippets. It's the </> button.
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: La Compaigne des Ombres does not allign to corners

Post by balala »

rodytoon wrote: April 21st, 2021, 5:57 pm How can I make La Compaigne des Ombres skin align all the way in the corners, it seems that it keeps a couple of inches away from the corners and I cant exactly drag it to the very corner.
The skin has a small invisible space, which with default settings doesn't let it to be draggable to the corners. The easiest way to avoid this is to set the skin to not be kept on screen. Right click the skin, go to Settings and uncheck the Keep on screen checkbox in the submenu.