Просмотр исходного кода

Reduce width of the MemoryWidget to match the width reduction in each item

vishnukvmd 3 лет назад
Родитель
Сommit
9b2372aa23
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/ui/memories_widget.dart

+ 1 - 1
lib/ui/memories_widget.dart

@@ -99,7 +99,7 @@ class _MemoryWidgetState extends State<MemoryWidget> {
         setState(() {});
       },
       child: SizedBox(
-        width: 100,
+        width: 92,
         height: 100,
         child: Padding(
           padding: const EdgeInsets.all(8.0),