Mouse cursor covers plot tooltip and unit action tooltip

mnf

King
Joined
Jan 31, 2006
Messages
659
Plot tooltip:

In assets\UI\InGame\PltHelpManager.xml line 7, an Offset="x,y" should be added to shift the plot tooltip to the right, so the mouse cursor does not cover up the top-left corner of the tooltip.

Unit Action tooltip:

In assets\UI\InGame\WorldView\UnitPanel.xml line 123, the Offset="8,0" is not enough, so the mouse cursor still partially covers the tooltip. The x-offset should be increased.
 
Back
Top Bottom