View Single Post
  #18  
Unread 02-15-2010, 01:36 PM
g4nd4lf g4nd4lf is offline
A Young Mystail Rat
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 3
Default

Had this problem too. It's a little bit weird that this only happens when you change icon sizes via the profit prefs when the game is running.

If you have a preferred default size simply edit the file

_ProfitUI_Settings_EffectsIconSizes.txt

This is my file with detrimental icons largened a little bit:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="EffectsIconSizes">
	<Text Name="BeneficialEffectsIconSize">30</Text>
	<Text Name="DetrimentalEffectsIconSize">36</Text>
	<Text Name="TargetEffectsIconSize">15</Text>
	<Text Name="ImpliedTargetEffectsIconSize">15</Text>
</Page>
Overlapping should not happen if icon size is specified that way.

Hope it works for you too.
Reply With Quote