mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 03:36:34 -07:00
[Bugfix] Fix poster child count clipping large numbers(#8)
Fix the error when display large numbers #5 Example:  The numbers in the example image was random generated.
This commit is contained in:
parent
41ec72017c
commit
5e882b2177
3 changed files with 16 additions and 6 deletions
|
|
@ -101,6 +101,7 @@ class SeasonPoster extends ConsumerWidget {
|
|||
alignment: Alignment.topRight,
|
||||
child: StatusCard(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
useFittedBox: true,
|
||||
child: Center(
|
||||
child: Text(
|
||||
season.userData.unPlayedItemCount.toString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue