mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
gui/plotxy: implement background ticks
Improve trace readability when is displayed on xy plot. The user is able to enable this option throughout preferences dialog.
This commit is contained in:
parent
ea8693566f
commit
6ef0d9e87a
6 changed files with 94 additions and 31 deletions
|
|
@ -119,7 +119,7 @@ private:
|
|||
YAxis YAxis[2];
|
||||
XAxis XAxis;
|
||||
|
||||
int plotAreaLeft, plotAreaWidth, plotAreaBottom;
|
||||
int plotAreaLeft, plotAreaWidth, plotAreaBottom, plotAreaTop;
|
||||
};
|
||||
|
||||
#endif // TRACEXYPLOT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue