mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Bug 2298 - Windows: Font size reduced for Vertical Scale, Timeline and Time Track numbers
This commit is contained in:
parent
f4d567dd9e
commit
87034a0a67
@ -997,12 +997,12 @@ double SolveWarpedLength(const Envelope &env, double t0, double length)
|
||||
}
|
||||
}
|
||||
|
||||
static constexpr int MinPixelHeight = 10; // 8;
|
||||
static constexpr int MinPixelHeight = 12;
|
||||
static constexpr int MaxPixelHeight =
|
||||
#ifdef __WXMAC__
|
||||
10
|
||||
#else
|
||||
12
|
||||
#else
|
||||
14
|
||||
#endif
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user