ankitects / ankitects/anki

card layout editing font is a bit large

Open
#1,803 0 comments 0 reactions 0 assignees View on GitHub
windows
Dominant language
Rust
Stars
30.5k
Forks
3.2k
Avg merge
2d 8h
Merged PRs (30d)
60

Description

https://forums.ankiweb.net/t/anki-2-1-50-inconvenient-interface-size/19024

clayout.py has the following line:

```python
editor.setFont(QFont("Courier"))
```

Attempting to set a point size of the font prior to calling setFont() does not work; perhaps Courier is not available in the smaller size, or not available at all? We may need a different font or approach on Windows.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.