Sergey Y.
10/19/2020, 10:14 AMPhilip Blandford
10/19/2020, 10:29 AMallan.conda
10/19/2020, 10:42 AMSergey Y.
10/19/2020, 11:13 AMModifier.weight (1.0f, fill = *false*)
fixes the problem. Looks like a workaround but not a solution.Zach Klippenstein (he/him) [MOD]
10/19/2020, 1:38 PMwrapContentWidth(Alignment.Start)
after the fillMaxWidth()
modifier on your Text?textAlign
property to Text fix it?Sergey Y.
10/19/2020, 6:37 PMtextAlign
+ wrapContentWidth
did the trickZach Klippenstein (he/him) [MOD]
10/19/2020, 6:38 PMtextAlign
even though it’s Start
by default?Sergey Y.
10/19/2020, 6:39 PMZach Klippenstein (he/him) [MOD]
10/19/2020, 6:40 PMSergey Y.
10/19/2020, 6:41 PMtextAlign
+ fillMaxWidth
looks broken to me.Zach Klippenstein (he/him) [MOD]
10/19/2020, 6:43 PMSergey Y.
10/19/2020, 6:43 PMZach Klippenstein (he/him) [MOD]
10/19/2020, 6:47 PMSergey Y.
10/19/2020, 6:49 PMmodifier = Modifier.background(Color.Red).fillMaxWidth().background(Color.Blue),
Zach Klippenstein (he/him) [MOD]
10/19/2020, 6:53 PMSergey Y.
10/19/2020, 6:54 PMZach Klippenstein (he/him) [MOD]
10/19/2020, 6:57 PMSergey Y.
10/19/2020, 6:59 PMallan.conda
10/20/2020, 2:30 AM