mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
After preferences window close, sync UI as well, so zoom UI kicks. HAve to fix this because if Zoom was not changed, no need to do this.
This commit is contained in:
parent
cb282daddd
commit
a3c31846b0
@ -550,6 +550,7 @@ function DoBrowserRSS() {
|
||||
function DoPanelPreferences() {
|
||||
window.openDialog("chrome://minimo/content/preferences/preferences.xul","preferences","modal,centerscreeen,chrome,resizable=no");
|
||||
BrowserReload();
|
||||
syncUIZoom();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user