mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 12:12:30 -06:00
feat: Refactor export functionality, add new translations
This commit is contained in:
@@ -61,7 +61,7 @@ class _ScannedImageItemState extends State<ScannedImageItem> {
|
||||
width: double.infinity,
|
||||
height: 100,
|
||||
child: FittedBox(
|
||||
fit: BoxFit.fill,
|
||||
fit: BoxFit.cover,
|
||||
clipBehavior: Clip.antiAliasWithSaveLayer,
|
||||
alignment: Alignment.center,
|
||||
child: Image.file(
|
||||
|
||||
Reference in New Issue
Block a user