v0.3.4a: aligned a couple more UI elements.

This commit is contained in:
Evan Debenham
2016-02-16 23:35:26 -05:00
parent ca9be8830c
commit 698e6e0920
2 changed files with 2 additions and 0 deletions
@@ -163,6 +163,7 @@ public class WndSettings extends WndTabbed {
RenderedText barDesc = PixelScene.renderText(Messages.get(this, "mode"), 9);
barDesc.x = (WIDTH-barDesc.width())/2;
PixelScene.align(barDesc);
add(barDesc);
RedButton btnSplit = new RedButton(Messages.get(this, "split")){