https://bugs.documentfoundation.org/show_bug.cgi?id=146517
--- Comment #2 from Telesto <[email protected]> --- Created attachment 177234 --> https://bugs.documentfoundation.org/attachment.cgi?id=177234&action=edit Bibisect log Bisected to: author Tomaž Vajngerl <[email protected]> 2016-10-28 23:24:30 +0200 committer Tomaž Vajngerl <[email protected]> 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 -- You are receiving this mail because: You are the assignee for the bug.
