From e2df2c80426ba42fa68c43dd3560a23ffc0a4b68 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 15 Sep 2018 12:09:28 +0200 Subject: [PATCH] FIRE-23047: Increase width of line number column --- indra/newview/llscripteditor.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/newview/llscripteditor.cpp b/indra/newview/llscripteditor.cpp index 7f6b346f73..645d944fcc 100644 --- a/indra/newview/llscripteditor.cpp +++ b/indra/newview/llscripteditor.cpp @@ -31,7 +31,9 @@ #include "llsyntaxid.h" #include "lllocalcliprect.h" -const S32 UI_TEXTEDITOR_LINE_NUMBER_MARGIN = 32; +// FIRE-23047: Increase width of line number column +//const S32 UI_TEXTEDITOR_LINE_NUMBER_MARGIN = 32; +const S32 UI_TEXTEDITOR_LINE_NUMBER_MARGIN = 40; static LLDefaultChildRegistry::Register r("script_editor");