Merge pull request #736 from pangeachat/audio-time-text

prevent audio player text from being split onto multiple lines
pull/1423/head
ggurdin 1 year ago committed by GitHub
commit dfb45bb20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -391,18 +391,19 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
// #Pangea // #Pangea
// const SizedBox(width: 8), // const SizedBox(width: 8),
const SizedBox(width: 5), const SizedBox(width: 5),
// SizedBox(
// width: 36,
// child:
// Pangea# // Pangea#
SizedBox( Text(
width: 36,
child: Text(
statusText, statusText,
style: TextStyle( style: TextStyle(
color: widget.color, color: widget.color,
fontSize: 12, fontSize: 12,
), ),
), ),
),
// #Pangea // #Pangea
// ),
// const SizedBox(width: 8), // const SizedBox(width: 8),
// Badge( // Badge(
// isLabelVisible: audioPlayer != null, // isLabelVisible: audioPlayer != null,

Loading…
Cancel
Save