Add some padding pixels to text scroll list cells for better readability

master
Ansariel 2020-07-16 18:07:48 +02:00
parent 7a1a84dbb8
commit 2edfc024d6
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ void LLScrollListText::draw(const LLColor4& color, const LLColor4& highlight_col
switch(mFontAlignment)
{
case LLFontGL::LEFT:
start_x = 0.f;
start_x = 5.f;//0.f; // <FS:Ansariel> Add some padding pixels for better readability
break;
case LLFontGL::RIGHT:
start_x = (F32)getWidth();