Skip to content

Commit

Permalink
fix: non-square stickers are cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Nov 28, 2024
1 parent d46711f commit 6e45b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/forum/hole_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class BBSEditorWidgetState extends State<BBSEditorWidget> {
getStickerAssetPath(e.name)!,
width: 60,
height: 60,
fit: BoxFit.cover,
fit: BoxFit.contain,
),
),
);
Expand Down

0 comments on commit 6e45b95

Please sign in to comment.