v0.8.0: tweaked the layout for WndOptions slightly

This commit is contained in:
Evan Debenham 2019-11-22 14:36:25 -05:00
parent b26919e381
commit 4c4d5d0053

View File

@ -47,7 +47,7 @@ public class WndOptions extends Window {
RenderedTextBlock tfMesage = PixelScene.renderTextBlock( 6 );
tfMesage.text(message, width - MARGIN * 2);
tfMesage.setPos( MARGIN, tfTitle.top() + tfTitle.height() + 2*MARGIN );
tfMesage.setPos( MARGIN, tfTitle.bottom() + 3*MARGIN );
add( tfMesage );
float pos = tfMesage.bottom() + 2*MARGIN;