Skip to content

Commit

Permalink
Resize and rearrange DepthHUD of the default Video view
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Sep 7, 2023
1 parent 6bd22ee commit 8d84269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const widgetProfiles: { [key: string]: Profile } = {
hash: '8b1448f5-3f07-4bfc-8a0e-5d491993f858',
name: 'Depth HUD',
component: WidgetType.DepthHUD,
position: { x: 0.88, y: 0.23 },
size: { width: 0.1, height: 0.62 },
position: { x: 0.89, y: 0.23 },
size: { width: 0.09, height: 0.62 },
managerVars: {
timesMounted: 0,
configMenuOpen: false,
Expand Down

0 comments on commit 8d84269

Please sign in to comment.