When startup should sync with pref UI zoom - browser.display.zoomui

This commit is contained in:
mgalli%geckonnection.com 2005-10-20 21:24:55 +00:00
parent c67d006a10
commit 7b36cc7ea2

View File

@ -282,6 +282,13 @@ function MiniNavStartup()
document.__defineSetter__("title",function(x){}); // Stays with the titled defined by the XUL element.
/*
* Sync UI zoom level
*/
syncUIZoom();
}
/*