increased margin
This commit is contained in:
parent
84f97fbf1f
commit
eac6dae3a7
@ -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.symmetric(horizontal: 2.5, vertical: 5),
|
this.padding = const EdgeInsets.symmetric(horizontal: 3, vertical: 6),
|
||||||
this.enableFeedback = true,
|
this.enableFeedback = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -452,9 +452,9 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
|||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(width: 2.5),
|
SizedBox(width: 3),
|
||||||
...menubarItems,
|
...menubarItems,
|
||||||
SizedBox(width: 2.5)
|
SizedBox(width: 3)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user