diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-04-01 22:40:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-04-02 08:22:00 -0700 |
commit | 8cd389c0afb422011e150ce8b72857ecdb19aa65 (patch) | |
tree | 5f8d158d6398a52a44034a2d765836e219c03c19 /CHANGELOG.md | |
parent | 56ffa95459b74e2f28c277d5b6d9b004ef26b240 (diff) | |
download | subsurface-8cd389c0afb422011e150ce8b72857ecdb19aa65.tar.gz |
printing: use sensible font-size in profiles
The font-size in printed profiles is based on the size of the profile
in the main window. This makes no sense. Why should changing the
window size change the font-size on printouts?
Matter of fact, when making shrinking the height of the window to
its minimum, comical printouts are obtained (font way too big).
Therefore use an arbitrary rule: Say that profiles 600 pixels high
look reasonable and then scale up to the actual size on the printout.
This may need some tweaking for high-DPI mode. But that seems not
to be supported on desktop anyway?
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f19c881..412303665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - +printing: use sensible font size even for strange window size --- * Always add new entries at the very top of this file above other existing entries and this note. |