FIRE-23047: Increase width of line number column

master
Ansariel 2018-09-15 12:09:28 +02:00
parent f9104925d5
commit e2df2c8042
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
#include "llsyntaxid.h"
#include "lllocalcliprect.h"
const S32 UI_TEXTEDITOR_LINE_NUMBER_MARGIN = 32;
// <FS:Ansariel> 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<LLScriptEditor> r("script_editor");