From 2a07ba8ed7514cce2123e9539d7bfeaad5b63558 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 8 Feb 2022 14:05:23 -0800 Subject: [PATCH] revert message row image size change --- lib/widgets/messagerow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/messagerow.dart b/lib/widgets/messagerow.dart index c7217448..ad92f840 100644 --- a/lib/widgets/messagerow.dart +++ b/lib/widgets/messagerow.dart @@ -167,7 +167,7 @@ class MessageRowState extends State with SingleTickerProviderStateMi child: Padding( padding: EdgeInsets.all(4.0), child: ProfileImage( - diameter: 64.0, + diameter: 48.0, // default to the contact image...otherwise use a derived sender image... imagePath: imagePath, border: contact.status == "Authenticated" ? Provider.of(context).theme.portraitOnlineBorderColor : Provider.of(context).theme.portraitOfflineBorderColor,