File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ export class ShellWindow {
532
532
if ( stack ) {
533
533
let stack_tab_height = stack . tabs_height ;
534
534
535
- if ( borderSize === 0 || this . grab === null ) { // not in max screen state
535
+ if ( borderSize === 0 || this . grab ) { // not in max screen state
536
536
stack_tab_height = 0 ;
537
537
}
538
538
@@ -559,12 +559,12 @@ export class ShellWindow {
559
559
560
560
if ( workspace === null ) return ;
561
561
562
- const screen = workspace . get_work_area_for_monitor ( this . meta . get_monitor ( ) )
562
+ /* const screen = workspace.get_work_area_for_monitor(this.meta.get_monitor())
563
563
564
564
if (screen) {
565
565
width = Math.min(width, screen.x + screen.width)
566
566
height = Math.min(height, screen.y + screen.height)
567
- }
567
+ }*/
568
568
569
569
border . set_position ( x , y )
570
570
border . set_size ( width , height )
You can’t perform that action at this time.
0 commit comments