chore: Follow up wallpaper size

pull/830/head
Krille 2 years ago
parent 1a2a25d394
commit bfcfcc9a83
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -209,7 +209,7 @@ class ChatView extends StatelessWidget {
uri: accountConfig.wallpaperUrl,
fit: BoxFit.cover,
isThumbnail: true,
width: FluffyThemes.columnWidth * 2,
width: FluffyThemes.columnWidth * 4,
height: FluffyThemes.columnWidth * 4,
placeholder: (_) => Container(),
),

Loading…
Cancel
Save