How does using watch vs compile affect element scaling #801
Unanswered
SimonBerens
asked this question in
Q&A
Replies: 1 comment
-
Update: if I scale the height/width by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that when I run
npm run watch
andnpm run compile
, the resulting app is scaled differently. Specifically, in the compiled version everything is much larger.I'm not sure if this is because of my display (2560x1600) but when I change the resolution and/or scaling the compiled app is still always larger.
The size of the window is always the same between the two versions though.
Does anyone know why this might be the case?
Beta Was this translation helpful? Give feedback.
All reactions