Lua Writer - set default font to a fixed width font, set tabs to 4 spaces
This commit is contained in:
parent
caa606af71
commit
2881187605
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue