adjusted spacing

This commit is contained in:
NicKoehler
2023-02-15 13:27:21 +01:00
parent 9525960802
commit 957bb65b9f
2 changed files with 6 additions and 2 deletions

View File

@@ -449,7 +449,11 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
),
child: Row(
mainAxisSize: MainAxisSize.min,
children: menubarItems,
children: [
SizedBox(width: 2.5),
...menubarItems,
SizedBox(width: 2.5)
],
),
),
_buildDraggableShowHide(context),