Skip to content

Commit

Permalink
Fix map tile context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Oct 14, 2024
1 parent b8725c6 commit 010ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/project_view/sidebar/map_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class _MapTileState extends ConsumerState<MapTile> {
),
hoverChild: Positioned(
right: 16,
top: 12,
top: 5,
child: PopupMenuButton(
itemBuilder: (BuildContext context) => <PopupMenuEntry>[
itemBuilder: (_) => <PopupMenuEntry>[
PopupMenuItem(
child: const Row(
children: [
Expand Down

0 comments on commit 010ee19

Please sign in to comment.