remove maximum descWidth

This commit is contained in:
Carson McManus 2017-05-22 18:12:05 -04:00
parent 8d89d63053
commit c7a2418ca9

View file

@ -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<string, string>
{