Skip to content

Commit

Permalink
Fixed wrong weight formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinusX committed Nov 18, 2017
1 parent a380731 commit 7dc92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/statistics_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class _StatisticCard extends StatelessWidget {
child: new Row(
children: [
new Text(
numberSymbol + value.toString(),
numberSymbol + value.toStringAsFixed(1),
textScaleFactor: textSizeFactor,
style: Theme
.of(context)
Expand Down

0 comments on commit 7dc92e4

Please sign in to comment.