Tastudio branches - give the length column a bit more length
This commit is contained in:
parent
df41eeffc3
commit
3ffd7a528f
|
@ -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
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue