Center About a Widget?

You can just use Grid Panel with 3 columns and add three different Texts to it, having widths of columns like 1, 0, 1 and appropriate alignment for slots… You can also make it with only paddings, however for that case you should wrap you texts with Size boxes to keep their size constant. It is always a question of elastic UI vs hard positioned UI =)