adjusted spacing
This commit is contained in:
parent
9525960802
commit
957bb65b9f
@ -17,7 +17,7 @@ class MenuButton extends StatefulWidget {
|
|||||||
required this.icon,
|
required this.icon,
|
||||||
this.splashColor,
|
this.splashColor,
|
||||||
this.tooltip = "",
|
this.tooltip = "",
|
||||||
this.padding = const EdgeInsets.all(5),
|
this.padding = const EdgeInsets.symmetric(horizontal: 2.5, vertical: 5),
|
||||||
this.enableFeedback = true,
|
this.enableFeedback = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -449,7 +449,11 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
|||||||
),
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: menubarItems,
|
children: [
|
||||||
|
SizedBox(width: 2.5),
|
||||||
|
...menubarItems,
|
||||||
|
SizedBox(width: 2.5)
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
_buildDraggableShowHide(context),
|
_buildDraggableShowHide(context),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user