summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch')
-rw-r--r--librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch b/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch
index b4956c5..1fb5236 100644
--- a/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch
+++ b/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch
@@ -7,10 +7,10 @@ Subject: Set DPI to system settings
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
-index e31dab4..f8a4f8f 100644
+index c487b04..671c4b5 100644
--- a/modules/libpref/init/StaticPrefList.yaml
+++ b/modules/libpref/init/StaticPrefList.yaml
-@@ -7310,7 +7310,7 @@
+@@ -7331,7 +7331,7 @@
# interpretation of physical units such as "pt".
- name: layout.css.dpi
type: int32_t
bgstack15