浏览代码

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

vishnukvmd 3 年之前
父节点
当前提交
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(() {});
         setState(() {});
       },
       },
       child: SizedBox(
       child: SizedBox(
-        width: 100,
+        width: 92,
         height: 100,
         height: 100,
         child: Padding(
         child: Padding(
           padding: const EdgeInsets.all(8.0),
           padding: const EdgeInsets.all(8.0),