Lua Writer - set default font to a fixed width font, set tabs to 4 spaces

This commit is contained in:
adelikat 2012-07-26 01:22:12 +00:00
parent caa606af71
commit 2881187605
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ namespace BizHawk.MultiClient
private void LuaWriter_Load(object sender, EventArgs e)
{
//LuaTextFont;
LuaText.SelectionTabs = new int[] { 20, 40, 60, 80, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 480, 500, 520, 540, 560, 580, 600 }; //adelikat: What a goofy way to have to do this
GenerateLibraryRegex();
if (!String.IsNullOrWhiteSpace(CurrentFile))
{