Bug #218235 -->Extensions Managers too small for thunderbird
Patch by Stephen Walker git-svn-id: svn://10.0.0.236/trunk@158495 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -133,7 +133,11 @@ function Startup()
|
||||
// Set Initial Size
|
||||
var win = document.documentElement;
|
||||
if (!win.hasAttribute("width") || !win.hasAttribute("height")) {
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
win.setAttribute("width", isExtensions ? 460 : 560);
|
||||
#else
|
||||
win.setAttribute("width", isExtensions ? 400 : 500);
|
||||
#endif
|
||||
win.setAttribute("height", isExtensions ? 300 : 380);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user