It is currently April 26th, 2024, 1:29 am

Resizing all icons at once

Get help with creating, editing & fixing problems with skins
Dinosaurus Rex
Posts: 1
Joined: November 26th, 2015, 3:53 am

Resizing all icons at once

Post by Dinosaurus Rex »

Resizing all icons at once?
Good idea?
Also, a way to set a default for all the icons instead of 150,
BTW this is for omnimo. :thumbup:
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Resizing all icons at once

Post by balala »

Dinosaurus Rex wrote:Resizing all icons at once?
Good idea?
Also, a way to set a default for all the icons instead of 150,
BTW this is for omnimo. :thumbup:
I'm not sure I understood totally what you'd like, but let's make a try. I think you're talking about the Launcher skin of the Omnimo suite. On this skin, I've increased the icons, but for this I also had to move a few (a lot of) meters. Here's how to proceed: first replace the PicSizeW and PicSizeH variables on the [Variables] section. I used these values: PicSizeW=150 and PicSizeH=115. I added to the [Hover1] meter these options:

Code: Select all

W=#PicSizeW#
H=#PicSizeH#
I also replaced a few options on different meters. Here you have just the modified options, all others are untouched:

Code: Select all

[icon1]
X=56r
Y=20r
W=74
H=74

[Title1]
X=25R

[app1]
X=20

[Input1]
X=160
Y=85

[Hover2]
Y=180

[icon2]
X=56r
Y=20r
W=74
H=74

[Title2]
X=25R

[app2]
X=20

[Input2]
X=160
Y=205

[Hover3]
Y=300

[icon3]
X=56r
Y=20r
W=74
H=74

[Title3]
X=25R

[app3]
X=20

[Input3]
X=160
Y=325

[Hover4]
Y=420

[icon4]
X=56r
Y=20r
W=74
H=74

[Title4]
X=25R

[Title4]
X=25R

[Input4]
X=160
Y=445

[Hover5]
X=250

[icon5]
X=56r
Y=20r
W=74
H=74

[Title5]
X=25R

[app5]
X=270

[Input5]
X=410
Y=85

[Hover6]
X=250
Y=180

[icon6]
X=56r
Y=20r
W=74
H=74

[Title6]
X=25R

[app6]
X=270

[Input6]
X=410
Y=205

[Hover7]
X=250
Y=300

[icon7]
X=56r
Y=20r
W=74
H=74

[Title7]
X=25R

[app7]
X=270

[Input7]
X=410
Y=325

[Hover8]
X=250
Y=420

[icon8]
X=56r
Y=20r
W=74
H=74

[Title8]
X=25R

[app8]
X=270

[Input8]
X=410
Y=445
Finally I added the SolidColor=0,0,0,1 option to [Hover1], ..., [Hover8] meters.
I hope all these will match your needs.