-
-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Description
Describe the bug
Icon size is not being changed using pixmap
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/talentlessguy/QuarkPlayer
- Run
yarn && yarn dev
in one window,yarn start
in another window - See icon size is not being changed
Expected behavior
I expected for icon to increase its size by changing width and height
Screenshots
Desktop (please complete the following information):
- OS: Manjaro Linux x86_64
- NodeGUI version: 0.5.1
- React NodeGUI version: 0.2.2
- OS Version: Plasma 5.17.2
Additional context
Code snippet where I try to resize icon:
import { QIcon } from '@nodegui/nodegui'
import icon from '../../assets/play.png'
const Icon = new QIcon(`${__dirname}/${icon}`)
Icon.pixmap(100, 100)
Metadata
Metadata
Assignees
Labels
No labels