LambdaPod Do you have all the highscore names in one big multiline label with line breaks and then another big multiline label next to it with the scores? If that is the case then you should add one HBox for each highscore "line" that contains two labels, one for the name and one for the score. And then add ten of those HBox "lines".
Also where do the black and gray stripes come from? Is that just a background image?