chore: Follow up wallpaper size
This commit is contained in:
parent
1a2a25d394
commit
bfcfcc9a83
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue