Tastudio - MaxCharactersInHorizontal is a hack and things still look bad, making it 1 instead of 5, because that makes it usable at least for boolean input
This commit is contained in:
parent
acee277685
commit
985e6ffc80
|
@ -60,7 +60,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
TasView.InputPaintingMode = Global.Config.TAStudioDrawInput;
|
||||
TasView.PointedCellChanged += TasView_PointedCellChanged;
|
||||
TasView.MultiSelect = true;
|
||||
TasView.MaxCharactersInHorizontal = 5;
|
||||
TasView.MaxCharactersInHorizontal = 1;
|
||||
}
|
||||
|
||||
private void ConvertCurrentMovieToTasproj()
|
||||
|
|
Loading…
Reference in New Issue