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, Name = FrameColumnName,
Text = "Frame", Text = "Frame",
Width = 68 Width = 64
}, },
new InputRoll.RollColumn new InputRoll.RollColumn
{ {
Name = TimeColumnName, Name = TimeColumnName,
Text = "Length", Text = "Length",
Width = 83 Width = 90
}, },
}); });