mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #147] Suggestion for Box-based workaround for Grid limitations on macOS? #90
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @armarti on GitHub (May 28, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/147
Hello,
First, this package is very neat.
My specs:
After reading #55 I realize I'm not the only one who can't get
Gridto work correctly on macOS. In particular I can't get elements to be adjacent to one another.The app UI I'm building is very easy, sketched out below (how do I make the image smaller??), and as you see I need the "Zipfile path" area to be ~2x wide as the adjacent "Select zipfile" area. I'm trying to force
Boxto do it but it seems it can only split areas symmetrically.Any suggestions how I can make a non-symmetric vertical split in some area-type component without using
Grid?@kusti8 commented on GitHub (May 29, 2018):
It you set the select on the left hand side to not stretchy and then set the right one to stretchy it might work. I'm almost done with yoga support so when that comes out, flexbox would be supported which would make this simple.
@armarti commented on GitHub (Jun 5, 2018):
Thanks @kusti8 for the tip. I've gotten distracted with something new but I'll try this out soon.
@kusti8 commented on GitHub (Jul 8, 2018):
Closing for now until flexbox comes