We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81fd9a commit 44d449eCopy full SHA for 44d449e
1 file changed
make.py
@@ -677,8 +677,8 @@ def _create_batch_scripts_initial(self):
677
$size = New-Object System.Management.Automation.Host.Size($x,$y)
678
$host.ui.rawui.WindowSize = $size
679
}
680
-
681
-Set-WindowSize 150 40 6000
+# Windows10 yelling at us with 150 40 6000
+Set-WindowSize 210 40 6000
682
683
### Colorize to distinguish
684
#$host.ui.RawUI.BackgroundColor = "DarkBlue"
0 commit comments