chore: Follow up wallpaper thumbnail width
This commit is contained in:
parent
cab8a72e5e
commit
e96090051d
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class ChatView extends StatelessWidget {
|
|||
fit: BoxFit.cover,
|
||||
isThumbnail: true,
|
||||
width: FluffyThemes.columnWidth * 2,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
height: FluffyThemes.columnWidth * 4,
|
||||
placeholder: (_) => Container(),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue