Sfoglia il codice sorgente

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

vishnukvmd 3 anni fa
parent
commit
9b2372aa23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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),