Bug 581820 - Minimize/Maximize/Close buttons missing when Firefox is in TabView [r=dolske a=dolske]

Give some margin to show the buttons even when in TabView.
This commit is contained in:
Frank Yan 2010-08-13 19:36:47 -07:00
parent 25c4de9f77
commit e1beba2680

View File

@ -312,7 +312,7 @@ var UIManager = {
#ifdef XP_WIN
// Restore the full height when showing TabView
gTabViewFrame.style.marginTop = 0;
gTabViewFrame.style.marginTop = "22px";
#endif
gTabViewDeck.selectedIndex = 1;
gTabViewFrame.contentWindow.focus();