What I have been doing is changing the size variable in the each block of code for each Icon. When I change Size="30,30" to Size="18,18" it seems to break the window when I load the game. I highlighted what I changed in red within the following code. Thanks
Code:
<Page DynamicData="/GameData.Maintained.Spell_2.Icon" Name="Frame2" ScrollExtent="250,32" Size="250,32">
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.AmountRemaining" DynamicDataFilter="FFFE" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="161,18" Name="AmountRemaining" ScrollExtent="50,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="50,15"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.AmountRemaining" DynamicDataFilter="0001" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="152,18" Name="slash" ScrollExtent="19,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="19,15" Text="/" Visible="false"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.Duration" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,18" Margin="1,0,0,0" Name="Time" ScrollExtent="120,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="120,15"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.Target" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,8" Margin="1,0,0,0" Name="Target" ScrollExtent="218,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="218,15"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.Name" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,-2" Margin="1,0,0,0" Name="Name" ScrollExtent="218,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="218,15" TextColor="#98ACC2"/>
<Icon ActionData="maintained_spell" BackgroundTint="#000000" DynamicData="/GameData.Maintained.Spell_2.Icon" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Icon" PackLocation="NFN,NFN" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,30" Size="18,18" Visible="false"/>
</Page>