https://bugs.kde.org/show_bug.cgi?id=386772

lda...@tuffmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lda...@tuffmail.com

--- Comment #2 from lda...@tuffmail.com ---
I had the opposite problem, that fonts were too small, and are fine for me at
144 dpi.   Nothing I tried would change the font size, including
systemsettings5 or qt5ct.  I ended up bodging it with this wrapper script to
start kdenlive, to set the dpi to 144 then reset it afterwards:

#!/bin/bash

dpi=`xdpyinfo | grep resolution | awk '{print $2}' | cut -f 1 -d x`
xrandr --dpi 144
(sleep 5 ; xrandr --dpi $dpi) &
kdenlive $@

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to