You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Hi,
I got the following issue with the sizing of the MenuItemOptions Icon:
I have tried with different sized icons and different formats (png/ico) and couldn't figure out how to fix it, also tried looking at the documentation (https://pkg.go.dev/github.com/asticode/[email protected]#MenuItemOptions) but couldn't see anything pointing me in the right direction, if anybody could help I would appreciate it.
The text was updated successfully, but these errors were encountered:
packet-sent
changed the title
MenuItemOptions Icon Sizing
MenuItemOptions Icon not sizing properly
Dec 26, 2021
So with different sizes of .ico files, it didn't respect the sizes it had (tried many from 8x8 to 128x128) and for the .svg file it gave me the following error (building gave 0 errors) and the menu wasn't present in the tray.
However with .png it worked fine with a smaller resolution of 16x16.
I think something could be done about this as for the tray icon I just used a .ico file and it worked perfectly to size, as I am pretty sure nobody is intentionally going for something that large in the MenuItem, or maybe we can customize the size.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I got the following issue with the sizing of the MenuItemOptions Icon:
I have tried with different sized icons and different formats (png/ico) and couldn't figure out how to fix it, also tried looking at the documentation (https://pkg.go.dev/github.com/asticode/[email protected]#MenuItemOptions) but couldn't see anything pointing me in the right direction, if anybody could help I would appreciate it.
The text was updated successfully, but these errors were encountered: