just make network icon the height of scoreboard (not tested on tablet,

the place where this was last changed)
This commit is contained in:
Andy2 2011-04-01 07:14:04 -07:00
parent 32143d8116
commit a64bad0b73

View file

@ -209,7 +209,7 @@ public class JNIThread extends Thread {
scoreWidth -= dims.cellSize;
m_connsIconRect =
new Rect( scoreWidth, 0, scoreWidth + dims.cellSize,
Math.min( dims.scoreHt, dims.cellSize ) );
dims.scoreHt );
}
if ( m_gi.timerEnabled ) {