Improve autoscaling when no traces are visible, fix display issue of long tick labels

This commit is contained in:
Jan Käberich 2022-10-25 13:23:08 +02:00
parent 53702a8154
commit c343cdf69f
6 changed files with 36 additions and 9 deletions

View file

@ -818,7 +818,7 @@ VirtualDevice::Info::Info()
.maxIFBW = 1000000,
.maxPoints = 10000,
.mindBm = -100,
.maxdBm = 100,
.maxdBm = 30,
.minRBW = 1,
.maxRBW = 1000000,
};