You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just checked the app and saw that the Done Button on the VideoResultView looks a little lost. Should we maybe give it a default width of let's say 1/2 or 1/3 of the screen width or at least a minimum value? @annalena94 We could also give the Text that comes in (i.e. the label) some padding in general. Would have to check how that looks with all buttons...
The text was updated successfully, but these errors were encountered:
Currently each screen needs to specifically be given a width, we want to implement it as one static variable only stored in one file. I'll figure it out.
annalena94
changed the title
Give the DefaultButton a minimum or default width
Implement adjustable default widths and heights
Jun 20, 2020
Hey @annalena94, it seems like you can pass the GeometryReader into the subclass, as the geometry instance is a GeometryProxy.
Check out this SO answer https://stackoverflow.com/a/59084957
I just checked the app and saw that the Done Button on the VideoResultView looks a little lost. Should we maybe give it a default width of let's say 1/2 or 1/3 of the screen width or at least a minimum value? @annalena94 We could also give the
Text
that comes in (i.e. thelabel
) some padding in general. Would have to check how that looks with all buttons...The text was updated successfully, but these errors were encountered: