It is currently May 19th, 2024, 9:28 pm

Help making skin bigger

Get help with creating, editing & fixing problems with skins
blackcactuswes
Posts: 3
Joined: February 7th, 2013, 5:47 am

Help making skin bigger

Post by blackcactuswes »

I need to make a skin bigger. Here is the text doc. Where do I input to make it bigger?

Code: Select all

[Rainmeter]
Update=100
Author=jpgeolina & TheM4v3r1cX
LocalFont="Font\Nonserif.ttf"
________________________
[Variables]

Link Location="C:\Program Files (x86)\Ableton\Live 8.2.2\Program\Live 8.2.2.exe"
Link Text=ABLETON

Button Image=#CURRENTPATH#Button.png
@include=#SKINSPATH#\Animus-SafeMode\R… Text Styles.txt
________________________

;Metadata added by RainBrowser
;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

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

;End of added Metadata
________________________

[Meter]
Meter=BUTTON
X=1
Y=1
ButtonImage=#Button Image#
ButtonCommand=!Execute ["#Link Location#"]
MouseOverAction=!Execute [!SetOption String FontColor #cWhite#] [!SetOption String StringStyle BOLD]
MouseLeaveAction=!Execute [!SetOption String FontColor #fWhite#] [!SetOption String StringStyle NORMAL]

[String]
Meter=String
x=280
y=2
StringAlign=RIGHT
StringCase=UPPER
FontColor=#fWhite#
FontSize=#FontSize#
FontFace=#LocalFontFace#
Text="#Link Text#"
AntiAlias=1
Last edited by Brian on February 7th, 2013, 6:01 pm, edited 1 time in total.
Reason: Please use [code] tags.
blackcactuswes
Posts: 3
Joined: February 7th, 2013, 5:47 am

Re: Help making skin bigger

Post by blackcactuswes »

Also if anyone knows how to change Omnimo colors that would be a big help too!
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5410
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Help making skin bigger

Post by eclectic-tech »

blackcactuswes wrote:I need to make a skin bigger. Here is the text doc. Where do I input to make it bigger?
This skin uses a BUTTON meter for the image...

Button Image=#CURRENTPATH#Button.png

you cannot change the Width or Height of a button meter; see Button Meter

To change the size you either need to edit the "Button.png" (there are 3 images in that file), or change the meter to an IMAGE Meter which does allow the Width and Height to be changed; you will loose the button effects.

You will need to experiment with the W= and H= values to achieve the size you want. If increasing those distort the image too much, then your only option is to modify the Button.png or create a new image.

Code: Select all

[Meter]
Meter=Image
X=1
Y=1
W=50
H=50
ImageName=#Button Image#
LeftMouseUpAction=["#Link Location#"]
MouseOverAction=[!SetOption String FontColor #cWhite#] [!SetOption String StringStyle BOLD]
MouseLeaveAction=[!SetOption String FontColor #fWhite#] [!SetOption String StringStyle NORMAL]

OMNIMO Colors... which ones?
To change the color of the panels, select a panel style and color from the settings panel...