Skip to content

Commit

Permalink
add unit to the power property in the resistors and do not show it by…
Browse files Browse the repository at this point in the history
… default
  • Loading branch information
failiz authored and KjellMorgenstern committed Jan 26, 2023
1 parent e4a0a89 commit c53679d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/resistor.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<property name="Resistance" showInLabel="yes">220</property>
<property name="family">Resistor</property>
<property name="power" showInLabel="yes">0.25</property>
<property name="power">0.25W</property>
<property name="Pin Spacing">400 mil</property>
<property name="package">THT</property>
<property name="bands">4</property>
Expand Down
2 changes: 1 addition & 1 deletion core/resistor_5band.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<property name="Resistance" showInLabel="yes">220</property>
<property name="family">Resistor</property>
<property name="power" showInLabel="yes">0.25</property>
<property name="power">0.25W</property>
<property name="Pin Spacing">400 mil</property>
<property name="package">THT</property>
<property name="bands">5</property>
Expand Down

0 comments on commit c53679d

Please sign in to comment.