Commit 9b578c5

derdilla <derdilla06@gmail.com>
2023-05-23 14:52:51
make list design bigger
1 parent 25c020c
Changed files (1)
lib
lib/components/measurement_list.dart
@@ -138,7 +138,7 @@ class MeasurementList extends StatelessWidget {
                                         width: 10,
                                         color: Colors.blue,
                                         child: const Align(
-                                            alignment: Alignment.centerLeft,
+                                            alignment: Alignment(-0.95,0),
                                             child: Icon(Icons.edit)
                                         ),
                                       ),
@@ -146,7 +146,7 @@ class MeasurementList extends StatelessWidget {
                                         width: 10,
                                         color: Colors.red,
                                         child: const Align(
-                                            alignment: Alignment.centerRight,
+                                            alignment: Alignment(0.95, 0),
                                             child: Icon(Icons.delete)
                                         ),
                                       ),
@@ -158,7 +158,7 @@ class MeasurementList extends StatelessWidget {
 
                                       },
                                       child: Container(
-                                        margin: const EdgeInsets.only(bottom: 7, top: 7),
+                                        height: 40,
                                         /*
             decoration: BoxDecoration(
               color: settings.darkMode ? const Color(0xff0c0c0c) : Colors.grey.shade200,