Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload/download arrows got overlaped with text #11

Open
rocka opened this issue Mar 5, 2019 · 4 comments
Open

upload/download arrows got overlaped with text #11

rocka opened this issue Mar 5, 2019 · 4 comments
Labels

Comments

@rocka
Copy link

rocka commented Mar 5, 2019

When the speed grows over 100K, first digit of the number got overlaped with up arrow:

image

This problem appears after the fix to #6 .

Here's my configuration:

image

@dfaust
Copy link
Owner

dfaust commented Mar 5, 2019 via email

@rocka
Copy link
Author

rocka commented Mar 5, 2019

KDE font settings:

image

My fontconfig: ~/.config/fontconfig/fonts.conf

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <!-- sans-serif -->
 <alias>
  <family>sans-serif</family>
  <prefer>
   <family>Roboto</family>
   <family>Noto Sans</family>
   <family>Noto Sans CJK SC</family>
   <family>Blobmoji</family>
  </prefer>
 </alias>
</fontconfig>

@rocka
Copy link
Author

rocka commented Mar 5, 2019

Update: prepend "DejaVu Sans" before "Noto Sans CJK SC" solves the problem.

Should we keep this issue open?

@dfaust
Copy link
Owner

dfaust commented Mar 5, 2019

Should we keep this issue open?

Yes, I'll try to reduce the problem somehow.

@dfaust dfaust added the bug label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants