Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a custom image for toolbar items #1554

Closed
xmha97 opened this issue Apr 21, 2023 · 1 comment
Closed

Use a custom image for toolbar items #1554

xmha97 opened this issue Apr 21, 2023 · 1 comment

Comments

@xmha97
Copy link
Contributor

xmha97 commented Apr 21, 2023

Hi, I want to use a custom image for toolbar items.

    {
      "Type": "Button",
      "Id": "Btn_Maximized",
      "Text": "",
      "DisplayStyle": "Image",
      "CheckableConfigBinding": "",
      "Alignment": "Right",
      "Image": "Maximize",
      "OnClick": {
        "Executable": "IG_SetFrmMainState",
        "Argument": "Maximized"
      }
    },
    "Normal": "Normal.svg",
    "Minimize": "Minimize.svg",
    "Maximize": "Maximize.svg",
    "Exit": "Exit.svg"

But it doesn't work:

image

@xmha97 xmha97 changed the title Use custom image to toolbar items Use a custom image for toolbar items Apr 21, 2023
@d2phap d2phap added this to the v9.0 beta 5 milestone Jun 2, 2023
@d2phap
Copy link
Owner

d2phap commented Jul 25, 2023

Implemented in ImageGlass 9.0 beta 5

@d2phap d2phap closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants