plasma-applet-netspeed-widget icon indicating copy to clipboard operation
plasma-applet-netspeed-widget copied to clipboard

upload/download arrows got overlaped with text

Open rocka opened this issue 5 years ago • 4 comments

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

rocka avatar Mar 05 '19 04:03 rocka

Can you please show me your font settings in kde's system-settings as well.

dfaust avatar Mar 05 '19 06:03 dfaust

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 avatar Mar 05 '19 07:03 rocka

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

Should we keep this issue open?

rocka avatar Mar 05 '19 07:03 rocka

Should we keep this issue open?

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

dfaust avatar Mar 05 '19 17:03 dfaust