Spice simulator: change gain units to dBV
This commit is contained in:
parent
e6f2c49eae
commit
85ef058458
|
@ -217,7 +217,7 @@ public:
|
||||||
|
|
||||||
void formatLabels() override
|
void formatLabels() override
|
||||||
{
|
{
|
||||||
formatSILabels( this, wxT( "dB" ), 3 );
|
formatSILabels( this, wxT( "dBV" ), 3 );
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue