upload/download arrows got overlaped with text
rocka opened this issue · 4 comments
rocka commented
When the speed grows over 100K, first digit of the number got overlaped with up arrow:
This problem appears after the fix to #6 .
Here's my configuration:
dfaust commented
Can you please show me your font settings in kde's system-settings as well.
rocka commented
KDE font settings:
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 commented
Update: prepend "DejaVu Sans" before "Noto Sans CJK SC" solves the problem.
Should we keep this issue open?
dfaust commented
Should we keep this issue open?
Yes, I'll try to reduce the problem somehow.