mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
increased margin
This commit is contained in:
@@ -17,7 +17,7 @@ class MenuButton extends StatefulWidget {
|
||||
required this.icon,
|
||||
this.splashColor,
|
||||
this.tooltip = "",
|
||||
this.padding = const EdgeInsets.symmetric(horizontal: 2.5, vertical: 5),
|
||||
this.padding = const EdgeInsets.symmetric(horizontal: 3, vertical: 6),
|
||||
this.enableFeedback = true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user