mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 02:03:19 +03:00
adjusted spacing
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user