From c7a2418ca9f665ff9fe36931d66a8dd32f989e4e Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 22 May 2017 18:12:05 -0400 Subject: [PATCH] remove maximum descWidth --- Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Program.cs b/Program.cs index 4b9c6ea..142ce2a 100644 --- a/Program.cs +++ b/Program.cs @@ -174,8 +174,6 @@ namespace SteamGuard var descWidth = Console.BufferWidth - descPadding; if (descWidth < 20) descWidth = 20; - else if (descWidth > 56) - descWidth = 56; var flags = new Dictionary {