mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
just make network icon the height of scoreboard (not tested on tablet,
the place where this was last changed)
This commit is contained in:
parent
32143d8116
commit
a64bad0b73
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue