Commit 813d83d6 authored by Mikhail Tergoev's avatar Mikhail Tergoev

fix dpi

parent aaaade78
......@@ -1375,7 +1375,8 @@ recommend_dpi () {
echo "disabled"
return 1
fi
local dpi=$(( height / 9 ))
local dpi=$(( height / 10 ))
(( dpi < 96 )) && local dpi="96"
echo "$dpi"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment