mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
customizable font sizes on graphs
This commit is contained in:
parent
2cf4c5a311
commit
d7830de8d1
9 changed files with 133 additions and 55 deletions
|
|
@ -46,10 +46,7 @@ protected:
|
|||
private slots:
|
||||
void updateAxisTicks();
|
||||
private:
|
||||
static constexpr int AxisLabelSize = 10;
|
||||
static constexpr int yAxisSpace = 55;
|
||||
static constexpr int yAxisDisabledSpace = 10;
|
||||
static constexpr int xAxisSpace = 30;
|
||||
static QString AxisModeToName(XAxisMode mode);
|
||||
static XAxisMode AxisModeFromName(QString name);
|
||||
void enableTraceAxis(Trace *t, int axis, bool enabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue