Replies: 2 comments 1 reply
-
|
try |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So, that's what it is. Damn you, chatGPT, never told me about this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
How in the world do I set the initial window size of my desktop app?
Currently, MyApp widget is sized according to its own width (550) and height (600); but, it is being rendered in a windows much larger than that, like 1000x700.
Within main(), I have tried setting page.width, page.windowWidth, page.window_width, but nothing works....no error message, just nothing works.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions