mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #142] Is there a way to have Buttons / TextAreas fill all available space in a Grid element? #87
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#87
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 @sejr on GitHub (May 21, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/142
Question says it all. I know this functionality is rather limited for macOS, but it should be doable on Linux right?
@kusti8 commented on GitHub (May 21, 2018):
If you change align to only align one way and have expand in that direction, it should expand.
@sejr commented on GitHub (May 21, 2018):
I ended up using the
Boxcomponent to resolve this issue.