tab bar was wrongly shrunken for fullscreen window on the starutp
This commit is contained in:
parent
e6f29af997
commit
737320ef7d
@ -207,10 +207,12 @@ TreeStyleTabWindow.prototype = {
|
||||
|
||||
get maximized()
|
||||
{
|
||||
var sizemode = this.document.documentElement.getAttribute('sizemode');
|
||||
return (
|
||||
this.window.fullScreen ||
|
||||
this.window.windowState == this.window.STATE_MAXIMIZED ||
|
||||
this.document.documentElement.getAttribute('sizemode') == 'maximized'
|
||||
sizemode == 'maximized' ||
|
||||
sizemode == 'fullscreen'
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user