Spice simulator: change gain units to dBV

(cherry-picked from commit 85ef0584)
This commit is contained in:
Maciej Suminski 2018-09-22 16:20:08 +02:00
parent e7a9643b37
commit 4fcd80eda1
1 changed files with 1 additions and 1 deletions
eeschema/sim

View File

@ -217,7 +217,7 @@ public:
void formatLabels() override
{
formatSILabels( this, wxT( "dB" ), 3 );
formatSILabels( this, wxT( "dBV" ), 3 );
}
};