brminnick/GitTrends

Onboarding Label for Help Text Cuts out

Closed this issue · 4 comments

Text for the label that holds the help text, cuts out some of the string.

Should say: "GitTrends ayuda a monitorear tus repositorios de GitHub:"

image

Should say: "Las gráficas muestran todo el tráfico relacionado con tu repositorio:"

Screenshot_20200620-200257

Is this bug also on IOS? @Pujolsluis

Yup - it is a problem on iOS too.

I’m using LineBreakMode.WordWrap, so it should wrap the text to the next line.

I haven’t had a chance to dig into it yet, so I’m not sure exactly why it is happening.

LineBreakMode = LineBreakMode.WordWrap;

Well, if you want I can check this out too

Fixed the Grid Layout Row Height 92ae847