v0.7.5: fixed item info window now showing names of heaps

This commit is contained in:
Evan Debenham 2019-10-01 14:32:24 -04:00
parent b5642be3c7
commit 0845e29a09

View File

@ -61,8 +61,7 @@ public class WndInfoItem extends Window {
int width = SPDSettings.landscape() ? WIDTH_L : WIDTH_P;
IconTitle titlebar = new IconTitle();
titlebar.icon( new ItemSprite(heap) );
IconTitle titlebar = new IconTitle( heap );
titlebar.color( TITLE_COLOR );
titlebar.setRect( 0, 0, width, 0 );
add( titlebar );