Description: UI: Toolbar icons blurry/pixelated and fuzzy (gen/GTK3) Steps to Reproduce: 1. Open Writer 2. Look at the toolbar Using XFCE, 1440x900 at 135 DPI Actual Results: Blurry/fuzzy/pixelated stuff Expected Results: Crisp Reproducible: Always User Profile Reset: No Additional Info: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: d47628f287f4377394c4ff488c433bfe254b6abe CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Created attachment 177233 [details] Screenshot
Created attachment 177234 [details] Bibisect log Bisected to: author Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2016-10-28 23:24:30 +0200 committer Tomaž Vajngerl <quikee@gmail.com> 2016-10-29 21:47:41 +0000 commit 69b6ab1f8de08b3418fd42d56076a73d40a29229 (patch) tree b9d3ced7be6ab7c70388a91cd8b56b68d3651d07 parent a86144696df87cd81795e071a30b74af127c7948 (diff) tdf#100164 change scaling unit to precentage for *.5x factors Currently we support DPI scaling by a integer factor. This commit changes that to percentage so we can have scaling factors like 1.5x or 1.25x. This is useful with 2.7k monitors that are in between standard DPI and HiDPI. Thresholding was adjusted to scale to 1.5x when DPI is between 120 and 168 DPI. The old method GetDPIScaleFactor has been changed to return a float value insted of int. Sometimes it is however more accurate to use GetDPIScalePercentage which was added in this commit. https://cgit.freedesktop.org/libreoffice/core/commit/?id=69b6ab1f8de08b3418fd42d56076a73d40a29229
*** Bug 145799 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 122113 ***