Add Profile Image Preview to Peer Settings + other UI Profile Image Fixups #359

Merged
erinn merged 2 commits from custom_profile_fixes into trunk 2022-02-08 22:07:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2a07ba8ed7 - Show all commits

View File

@ -167,7 +167,7 @@ class MessageRowState extends State<MessageRow> 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<Settings>(context).theme.portraitOnlineBorderColor : Provider.of<Settings>(context).theme.portraitOfflineBorderColor,