mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 07:51:28 +03:00
increased margin
This commit is contained in:
@@ -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)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user