It is currently March 28th, 2024, 5:09 pm

Multi-size Icon

Report bugs with the Rainmeter application and suggest features.
Post Reply
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

Multi-size Icon

Post by oZone »

Scaling for multi-size ico file doesn't work correctly. Rainmeter 4.3 seems to use only one size.

left is 4.2
rainmeter.png
code to test
icon is from notepad++

Code: Select all

[Rainmeter]
Update=1000

[Variables]
ICONNAME=icon.ico

[BG]
Meter=Image
W=150
H=250
SolidColor=100,100,100

[Icon]
Meter=Image
ImageName=#ICONNAME#
X=5
Y=2
H=16
W=16

[Icon2]
Meter=Image
ImageName=#ICONNAME#
X=5
Y=20r
H=32
W=32

[Icon3]
Meter=Image
ImageName=#ICONNAME#
X=5
Y=36r
H=48
W=48

[Icon4]
Meter=Image
ImageName=#ICONNAME#
X=5
Y=54r
H=128
W=128
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Multi-size Icon

Post by jsmorley »

This issue still exists in the r3250 beta of 4.3. We will be fixing it in a beta in the near future.
Post Reply