From 223f5ace9a9f4dbba276e59a044cd56196d41673 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Thu, 3 Feb 2022 23:25:17 +0800 Subject: [PATCH] pref-ui: make sanitize sub-dialog resizable --- .../basilisk/components/preferences/in-content/privacy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/basilisk/components/preferences/in-content/privacy.js b/application/basilisk/components/preferences/in-content/privacy.js index 018a2fc77e..3c473cbbaf 100644 --- a/application/basilisk/components/preferences/in-content/privacy.js +++ b/application/basilisk/components/preferences/in-content/privacy.js @@ -666,7 +666,7 @@ var gPrivacyPane = { */ showClearPrivateDataSettings: function () { - gSubDialog.open("chrome://browser/content/preferences/sanitize.xul", "resizable=no"); + gSubDialog.open("chrome://browser/content/preferences/sanitize.xul", ""); }, @@ -682,7 +682,7 @@ var gPrivacyPane = { ts.value = 0; } - gSubDialog.open("chrome://browser/content/sanitize.xul", "resizable=no", null, () => { + gSubDialog.open("chrome://browser/content/sanitize.xul", "", null, () => { // reset the timeSpan pref if (aClearEverything) { ts.value = timeSpanOrig;