adjusted audio message sizing to fit time
This commit is contained in:
parent
de7acfe31c
commit
e81c3fec0d
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
|
|||
const SizedBox(width: 5),
|
||||
// Pangea#
|
||||
SizedBox(
|
||||
width: 36,
|
||||
width: 40, //was 36 before
|
||||
child: Text(
|
||||
statusText,
|
||||
style: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue