Fixed - Small portion of Production tab on Right side unresponsive

This commit is contained in:
Ripsn
2014-04-04 19:00:06 +13:00
parent b8646f98ab
commit 59a1cfe914

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.RA.Widgets
public override Rectangle EventBounds
{
get { return new Rectangle((int)(paletteOrigin.X) - 24, (int)(paletteOrigin.Y), 215, Math.Max(IconHeight * numActualRows, 40 * tabs.Count + 9)); }
get { return new Rectangle((int)(paletteOrigin.X) - 24, (int)(paletteOrigin.Y), 239, Math.Max(IconHeight * numActualRows, 40 * tabs.Count + 9)); }
}
public override void Tick()