increased margin

This commit is contained in:
NicKoehler
2023-02-15 14:14:21 +01:00
parent 84f97fbf1f
commit eac6dae3a7
2 changed files with 3 additions and 3 deletions

View File

@@ -452,9 +452,9 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
SizedBox(width: 2.5),
SizedBox(width: 3),
...menubarItems,
SizedBox(width: 2.5)
SizedBox(width: 3)
],
),
),