Yes, to do that, follow this procedure:
- Open MK_Minimap in the Plugin Manager and go to "Map Name Window"
- In Position&Sizes, go to the last line and replace it with
return new Rectangle(x, y, width, 0.8 * height);
- In "Content", replace everything with:
const text = arguments[0]; const align = arguments[1]; this.makeFontSmaller(); this.drawText( text, 0, -6, this.contentsWidth(), align, );
You can play around with the 0.8 and the -6 values for further finetuning.