fix tool padding

This commit is contained in:
2025-08-22 12:59:21 +02:00
parent e4395a4d25
commit e6942c4006

View File

@@ -184,10 +184,9 @@ class _MihPackageState extends State<MihPackage>
), ),
), ),
), ),
const SizedBox( const SizedBox(width: 5),
width: 5,
),
widget.appTools, widget.appTools,
const SizedBox(width: 5),
], ],
), ),
const SizedBox(height: 5), const SizedBox(height: 5),