[Commits] r1652 - sandbox/ahocevar/playground/ux/Printing/examples
commits at geoext.org
commits at geoext.org
Wed Jan 6 22:43:23 CET 2010
Author: ahocevar
Date: 2010-01-06 22:43:23 +0100 (Wed, 06 Jan 2010)
New Revision: 1652
Modified:
sandbox/ahocevar/playground/ux/Printing/examples/PrintMapPanel.js
Log:
comment for a workaround
Modified: sandbox/ahocevar/playground/ux/Printing/examples/PrintMapPanel.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/examples/PrintMapPanel.js 2010-01-06 21:38:39 UTC (rev 1651)
+++ sandbox/ahocevar/playground/ux/Printing/examples/PrintMapPanel.js 2010-01-06 21:43:23 UTC (rev 1652)
@@ -135,6 +135,8 @@
}
}
}).show();
+ // workaround for too large window layout in Chrome. Has an effect similar
+ // to setting minWidth on the window.
win.setWidth(win.getWidth() - win.body.getWidth() + 10 +
Math.max(320, printMapPanel.getWidth()));
}
More information about the Commits
mailing list