mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
pref-ui: make sanitize sub-dialog resizable
This commit is contained in:
parent
b0eda70edf
commit
223f5ace9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue