flutter: Center font size change from 36 to 48

This commit is contained in:
Calcitem 2021-02-28 09:56:46 +08:00
parent 63149d8508
commit dc66cbbe83
1 changed files with 1 additions and 1 deletions
src/ui/flutter_app/lib/painting

View File

@ -75,7 +75,7 @@ class BoardPainter extends PiecesBasePainter {
}
TextSpan textSpan = TextSpan(
style: TextStyle(fontSize: 36, color: UIColors.boardLineColor), // TODO
style: TextStyle(fontSize: 48, color: UIColors.boardLineColor), // TODO
text: pieceInHandCountStr);
TextPainter textPainter = TextPainter(