mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-10-31 18:24:23 +00:00 
			
		
		
		
	Resize conversation images
This commit is contained in:
		| @@ -6,8 +6,6 @@ import 'package:comunic/ui/widgets/network_image_widget.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
| import 'package:url_launcher/url_launcher.dart'; | ||||
|  | ||||
| const _AreaSize = 150.0; | ||||
|  | ||||
| class ConversationFileWidget extends StatefulWidget { | ||||
|   final int messageID; | ||||
|   final ConversationMessageFile file; | ||||
| @@ -31,8 +29,8 @@ class _ConversationFileWidgetState extends State<ConversationFileWidget> { | ||||
|  | ||||
|   @override | ||||
|   Widget build(BuildContext context) => Container( | ||||
|         width: _AreaSize, | ||||
|         height: _AreaSize, | ||||
|         width: 150, | ||||
|         height: 100, | ||||
|         child: _buildContent(), | ||||
|       ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user