diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
commit | f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98 (patch) | |
tree | 45b8fb78a492d1e85f34e2289e41536f0be60c0a /debian/patches/debian-hacks/Set-DPI-to-system-settings.patch | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-debian/124.0.1-1.tar.xz firefox-debian/124.0.1-1.zip |
Adding debian version 124.0.1-1.debian/124.0.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian-hacks/Set-DPI-to-system-settings.patch')
-rw-r--r-- | debian/patches/debian-hacks/Set-DPI-to-system-settings.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch new file mode 100644 index 0000000000..9a26721cdf --- /dev/null +++ b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch @@ -0,0 +1,21 @@ +From: Mike Hommey <glandium@debian.org> +Date: Thu, 13 Mar 2008 20:30:19 +0100 +Subject: Set DPI to system settings + +--- + modules/libpref/init/StaticPrefList.yaml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml +index 82a2582..a00132d 100644 +--- a/modules/libpref/init/StaticPrefList.yaml ++++ b/modules/libpref/init/StaticPrefList.yaml +@@ -8192,7 +8192,7 @@ + # interpretation of physical units such as "pt". + - name: layout.css.dpi + type: int32_t +- value: -1 ++ value: 0 + mirror: always + + # Whether to always underline links. |