fix SharedAttachmentSection windows

This commit is contained in:
2026-05-19 17:16:51 +02:00
parent 8a1b582f4e
commit 3c0880f527

View File

@@ -663,6 +663,7 @@ class _SharedAttachmentsSectionState extends State<SharedAttachmentsSection> {
borderRadius: BorderRadius.circular(8), borderRadius: BorderRadius.circular(8),
), ),
child: const Column( child: const Column(
mainAxisSize: MainAxisSize.min,
children: [ children: [
Icon(Icons.upload_file, size: 48, color: Colors.grey), Icon(Icons.upload_file, size: 48, color: Colors.grey),
SizedBox(height: 8), SizedBox(height: 8),