It is currently April 19th, 2024, 1:57 pm

Size of Icon Images in Enigma Launcher Menu

Get help with creating, editing & fixing problems with skins
novabossa
Posts: 1
Joined: June 13th, 2010, 6:34 pm

Size of Icon Images in Enigma Launcher Menu

Post by novabossa »

Hi,

I'm trying to switch the icons for the launcher applications, but I can't figure out how to change the sizes of the images. Here's the edit file:

Code: Select all

;------------------------------------------------------------------------------------------------
; ENIGMA LAUNCHER MENU
; Class: Special

[Rainmeter]
Author=Kaelri.LCD@gmail.com
AppVersion=1001000
Update=3600000
MiddleMouseDownAction=!RainmeterRefresh #CURRENTCONFIG#

[Metadata]
Name=Enigma Launcher Menu
Config=Enigma | Taskbar | Launcher | Menu
Description=This skin launches up to 5 Windows applications.
Instructions=Click the icon in each panel to launch the application. | Each button can be customized 

to launch your app of choice. All you need is the name, the location, and (if you want to change 

them) new button images. The first image defines the icon as it normally appears; the second, with 

the "Active" suffix, is what shows when the mouse is pressed down.
Version=2.7
Tags=Taskbar | Launcher
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=#SKINSPATH#Enigma\Resources\Images\Preview.png

[Variables]
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc

MediaName=#App1#
MediaLocation=#App1Path#
MediaIcon=#SKINSPATH#Enigma\Resources\Images\Launcher\Icons\globe\audio.png
MediaIcon=#SKINSPATH#"Enigma\Resources\Images\Launcher\Icons\globe\audio.png"

;------------------------------------------------------------------------------------------------
; STYLES

[StyleButton]
X=92r
Y=5
W=25
H=25

[StyleButtonActive]
X=r
Y=r
W=25
H=25
Hidden=1

[StyleLabel]
X=28r
Y=5r
H=10
W=20
FontColor=#Color2#
FontFace=#Font#
FontSize=#Height2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1

;------------------------------------------------------------------------------------------------
; METERS

[Border]
Meter=IMAGE
ImageName=#SKINSPATH#Enigma\Resources\Images\Taskbar\NootoVS Taskbar.jpg
W=615
H=33

[Filter]
Meter=IMAGE
SolidColor=0, 0, 0, 0
X=r
Y=r
W=615
H=33

[Detail1]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=r
Y=r
W=10
H=33

[Detail2]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=125
Y=r
W=5
H=33

[Detail3]
Meter=IMAGE
MeterStyle=Detail2
X=245

[Detail4]
Meter=IMAGE
MeterStyle=Detail2
X=365

[Detail5]
Meter=IMAGE
MeterStyle=Detail2
X=485

[Detail6]
Meter=IMAGE
MeterStyle=Detail1
X=605

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

[Media]
Meter=IMAGE
MeterStyle=StyleButton
ImageName=#MediaIcon#
X=20
LeftMouseDownAction=!Execute [!RainmeterShowMeter MediaActive][!RainmeterHideMeter Media][!

RainmeterRedraw]

[MediaActive]
Meter=IMAGE
MeterStyle=StyleButtonActive
ImageName=#MediaIconActive#
LeftMouseUpAction=!Execute ["#MediaLocation#"][!RainmeterShowMeter Media][!RainmeterHideMeter 

MediaActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma

\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter 

AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]

[MediaLabel]
Meter=STRING
MeterStyle=StyleLabel
Text="#MediaName#"

; -------------------------
Sorry for posting everything...but I'm not sure what part to edit lol. Thanks in advance!
Last edited by jsmorley on June 13th, 2010, 8:22 pm, edited 1 time in total.
Reason: Edited to use [code][/code] for code display
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Size of Icon Images in Enigma Launcher Menu

Post by Chewtoy »

That would be in the styles [StyleButton] and [StyleButtonActive].
As you can see, they have W and H defined. That's how big the icons are.
Default is 25x25.
I don't think, therefore I'm not.