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");