Skip to content

Commit c9f109b

Browse files
committed
Increased maximum size of the dev console window.
1 parent 50b465d commit c9f109b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/DevConsoleMono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal sealed class DevConsoleMono : MonoBehaviour
4747
private const string ClearLogText = "Type <b>devconsole</b> for instructions on how to use the developer console.";
4848
private const int MaximumTextVertices = 64000;
4949
private const float MinConsoleWidth = 650;
50-
private const float MaxConsoleWidth = 1200;
50+
private const float MaxConsoleWidth = 1600;
5151
private const float MinConsoleHeight = 200;
5252
private const float MaxConsoleHeight = 900;
5353
private const int MinLogTextSize = 14;

0 commit comments

Comments
 (0)