From 19d8f5c0138a75a99275d46f0d3d14c0e7afd445 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Fri, 11 Oct 2024 15:57:32 -0400 Subject: [PATCH] prevent audio player text from being split onto multiple lines --- lib/pages/chat/events/audio_player.dart | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/pages/chat/events/audio_player.dart b/lib/pages/chat/events/audio_player.dart index d848cb6cc..3213d085f 100644 --- a/lib/pages/chat/events/audio_player.dart +++ b/lib/pages/chat/events/audio_player.dart @@ -391,18 +391,19 @@ class AudioPlayerState extends State { // #Pangea // const SizedBox(width: 8), const SizedBox(width: 5), + // SizedBox( + // width: 36, + // child: // Pangea# - SizedBox( - width: 36, - child: Text( - statusText, - style: TextStyle( - color: widget.color, - fontSize: 12, - ), + Text( + statusText, + style: TextStyle( + color: widget.color, + fontSize: 12, ), ), // #Pangea + // ), // const SizedBox(width: 8), // Badge( // isLabelVisible: audioPlayer != null,