v0.3.4: fixed a text display issue in buff info windows
This commit is contained in:
@@ -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 );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user