v0.8.0: tweaked the layout for WndOptions slightly
This commit is contained in:
parent
b26919e381
commit
4c4d5d0053
|
@ -47,7 +47,7 @@ public class WndOptions extends Window {
|
||||||
|
|
||||||
RenderedTextBlock tfMesage = PixelScene.renderTextBlock( 6 );
|
RenderedTextBlock tfMesage = PixelScene.renderTextBlock( 6 );
|
||||||
tfMesage.text(message, width - MARGIN * 2);
|
tfMesage.text(message, width - MARGIN * 2);
|
||||||
tfMesage.setPos( MARGIN, tfTitle.top() + tfTitle.height() + 2*MARGIN );
|
tfMesage.setPos( MARGIN, tfTitle.bottom() + 3*MARGIN );
|
||||||
add( tfMesage );
|
add( tfMesage );
|
||||||
|
|
||||||
float pos = tfMesage.bottom() + 2*MARGIN;
|
float pos = tfMesage.bottom() + 2*MARGIN;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user