Commit 98a5e199 by Rik Heijdens

Corrected vertical positioning

parent b87463a8
......@@ -171,7 +171,7 @@ import java.util.List;
public Cue build() {
closeSpans();
float cueLine = 10 + (5.33f * row);
float cueLine = 10 + (5.33f * (row - 1));
float cuePosition = 10 + (2.5f * indent);
cuePosition = (tabOffset * 2.5f) + cuePosition;
return new Cue(new SpannableStringBuilder(captionStringBuilder),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment