add an option for synching proportions and implement it (mostly)
[mandelbrot.git] / xulapp / defaults / preferences / prefs.js
index a3e0f834421c2396c456335890e48c38850edd26..3ab5a34960474cd01c0283bc95b4bd9043d38ac5 100644 (file)
@@ -39,6 +39,7 @@ pref("toolkit.defaultChromeURI", "chrome://mandelbrot/content/mandelbrot.xul");
 
 /* default prefs */
 pref("javascript.options.jit.chrome", true);
+pref("mandelbrot.syncProportions", true);
 
 /* debugging prefs */
 pref("browser.dom.window.dump.enabled", true);