diff --git a/src/assets/defaults.ts b/src/assets/defaults.ts index 0e594842d..b5ca72ff6 100644 --- a/src/assets/defaults.ts +++ b/src/assets/defaults.ts @@ -32,12 +32,12 @@ export const widgetProfiles: Profile[] = [ name: 'Virtual Horizon', component: WidgetType.VirtualHorizon, position: { - x: 0.425, - y: 0.81, + x: 0.863, + y: 0.07, }, size: { - width: 0.074, - height: 0.12, + width: 0.08, + height: 0.1, }, options: {}, managerVars: defaultWidgetManagerVars, @@ -47,12 +47,12 @@ export const widgetProfiles: Profile[] = [ name: 'Compass', component: WidgetType.Compass, position: { - x: 0.501, - y: 0.81, + x: 0.9275, + y: 0.07, }, size: { - width: 0.074, - height: 0.12, + width: 0.08, + height: 0.1, }, options: { headingStyle: 'North Up', @@ -76,6 +76,10 @@ export const widgetProfiles: Profile[] = [ miniWidgetContainers: [ { name: 'Bottom-left container', + widgets: [], + }, + { + name: 'Bottom-center container', widgets: [ { component: MiniWidgetType.DepthIndicator, @@ -89,11 +93,24 @@ export const widgetProfiles: Profile[] = [ { component: MiniWidgetType.VeryGenericIndicator, options: { - displayName: 'Tether Turns', - variableName: 'TetherTrn', - fractionalDigits: 1, - iconName: 'mdi-horizontal-rotate-clockwise', - variableUnit: 'x', + displayName: 'Lights (1)', + variableName: 'Lights1', + iconName: 'mdi-flashlight', + variableUnit: '%', + fractionalDigits: 0, + variableMultiplier: 100, + }, + hash: '9d22559c-550e-4929-949d-492fbe8298db', + managerVars: defaultMiniWidgetManagerVars, + }, + { + component: MiniWidgetType.VeryGenericIndicator, + options: { + displayName: 'Pilot Gain', + variableName: 'PilotGain', + iconName: 'mdi-account-hard-hat', + variableUnit: '%', + fractionalDigits: 0, variableMultiplier: 100, }, hash: '9d22559c-550e-4929-949d-492fbe8298db', @@ -101,10 +118,6 @@ export const widgetProfiles: Profile[] = [ }, ], }, - { - name: 'Bottom-center container', - widgets: [], - }, { name: 'Bottom-right container', widgets: [