Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Default sensor text value to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pierosavi committed Jan 29, 2021
1 parent 2d7a128 commit 47e04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const plugin = new PanelPlugin<SimpleOptions>(ImageItPanel).setPanelOptio
path: 'sensorsTextSize',
name: 'Sensors text size',
description: 'Default sensors text size. Default 10.',
defaultValue: 1,
defaultValue: 10,
category: ['Sensors'],
})
.addCustomEditor({
Expand Down

0 comments on commit 47e04df

Please sign in to comment.