mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
5eeaadccea
As discussed in gio#53, Linux font scales conflate two settings: the fractional UI scale and the user preference as a result of conditions such as impaired vision. The former setting should apply to both dps and sps, while the latter only to sps. However, with the assumption that more users presumable change the font scale for the former reason rather than the latter, we should apply the font scale to both dps and sps in Gio. Signed-off-by: Elias Naur <mail@eliasnaur.com>