v0.3.4: fixed a text display issue in buff info windows
This commit is contained in:
parent
970968ace2
commit
89acd0fa35
|
@ -57,7 +57,7 @@ public class WndInfoBuff extends Window {
|
||||||
add( titlebar );
|
add( titlebar );
|
||||||
|
|
||||||
RenderedTextMultiline txtInfo = PixelScene.renderMultiline(buff.desc(), 6);
|
RenderedTextMultiline txtInfo = PixelScene.renderMultiline(buff.desc(), 6);
|
||||||
txtInfo.maxWidth(width);
|
txtInfo.maxWidth(WIDTH);
|
||||||
txtInfo.setPos(titlebar.left(), titlebar.bottom() + GAP);
|
txtInfo.setPos(titlebar.left(), titlebar.bottom() + GAP);
|
||||||
add( txtInfo );
|
add( txtInfo );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user