Tastudio branches - give the length column a bit more length

This commit is contained in:
adelikat 2015-07-25 16:28:51 -04:00
parent df41eeffc3
commit 3ffd7a528f
1 changed files with 2 additions and 2 deletions

View File

@ -43,13 +43,13 @@ namespace BizHawk.Client.EmuHawk
{
Name = FrameColumnName,
Text = "Frame",
Width = 68
Width = 64
},
new InputRoll.RollColumn
{
Name = TimeColumnName,
Text = "Length",
Width = 83
Width = 90
},
});