[GH-ISSUE #7] Window width/height #4

Closed
opened 2026-05-05 11:22:26 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @hensm on GitHub (Feb 16, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/7

Docs use width/height props, but they don't exist.

Sizes to 640x480:

<Window size={{ w: 640, h: 480 }} />

Defaults to 500x500:

<Window width={640} height={480} />
Originally created by @hensm on GitHub (Feb 16, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/7 Docs use `width`/`height` props, but they don't exist. Sizes to 640x480: ````jsx <Window size={{ w: 640, h: 480 }} /> ```` Defaults to 500x500: ````jsx <Window width={640} height={480} /> ````
Author
Owner

@kusti8 commented on GitHub (Feb 16, 2018):

Thanks I forgot about that. I'll update that tomorrow.

On Thu, Feb 15, 2018, 7:41 PM Matt Hensman notifications@github.com wrote:

Docs use width/height props, but they don't exist.

Sizes to 640x480:

<Window size={{ w: 640, h: 480 }} />

Defaults to 500x500:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/kusti8/proton-native/issues/7, or mute the thread
https://github.com/notifications/unsubscribe-auth/AJW73E9ijiq4M84Qg8eMxZyz2uSnUwCAks5tVM67gaJpZM4SHuwJ
.

<!-- gh-comment-id:366111786 --> @kusti8 commented on GitHub (Feb 16, 2018): Thanks I forgot about that. I'll update that tomorrow. On Thu, Feb 15, 2018, 7:41 PM Matt Hensman <notifications@github.com> wrote: > Docs use width/height props, but they don't exist. > > Sizes to 640x480: > > <Window size={{ w: 640, h: 480 }} /> > > Defaults to 500x500: > > <Window width={640} height={480} /> > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/kusti8/proton-native/issues/7>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJW73E9ijiq4M84Qg8eMxZyz2uSnUwCAks5tVM67gaJpZM4SHuwJ> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#4
No description provided.