tastudio: smarter column width

This commit is contained in:
feos 2016-07-27 21:06:13 +03:00
parent 9353b5afb1
commit 79badbbe63
1 changed files with 1 additions and 2 deletions

View File

@ -433,8 +433,7 @@ namespace BizHawk.Client.EmuHawk
// continue;
// }
//}
int width = kvp.Value.Length == 1 ? 20 : kvp.Value.Length * 7;
AddColumn(kvp.Key, kvp.Value, width);
AddColumn(kvp.Key, kvp.Value, (kvp.Value.Length * 6) + 14);
}
var columnsToHide = TasView.AllColumns