Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96c378d

Browse files
authored
Merge pull request #349 from stonebig/master
Windows10 is yelling at 150
2 parents c7489d3 + 44d449e commit 96c378d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ def _create_batch_scripts_initial(self):
677677
$size = New-Object System.Management.Automation.Host.Size($x,$y)
678678
$host.ui.rawui.WindowSize = $size
679679
}
680-
681-
Set-WindowSize 150 40 6000
680+
# Windows10 yelling at us with 150 40 6000
681+
Set-WindowSize 210 40 6000
682682
683683
### Colorize to distinguish
684684
#$host.ui.RawUI.BackgroundColor = "DarkBlue"

0 commit comments

Comments
 (0)