Skip to content

Commit

Permalink
defaults: Fix size of Map widget on MAV profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and ArturoManzoli committed Apr 30, 2024
1 parent a6c4f11 commit 60da9a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,12 @@ export const widgetProfiles: Profile[] = [
name: 'Map',
component: WidgetType.Map,
position: {
x: 0.0033820348554362,
y: 0.05677382905701067,
x: 0,
y: 0,
},
size: {
width: 0.9932359302891276,
height: 0.8901723440673667,
width: 1,
height: 1,
},
options: {
showVehiclePath: true,
Expand Down

0 comments on commit 60da9a0

Please sign in to comment.