diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-06-13 17:48:29 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-06-13 17:48:29 +0800 |
| commit | b370bd8fdb441f3eb86c4c103112ed0874e29e99 (patch) | |
| tree | ab4584ffd980cc49019db02b021a68a9c2a2fd68 /indra/newview/lltextureview.cpp | |
| parent | c4824e2afbf372b3c6d061db069b109199720a79 (diff) | |
| parent | 1d456767fe47773d9dadcaa456b0af31dc6060e5 (diff) | |
Merge remote-tracking branch 'secondlife/release/26.3' into 26.3
Diffstat (limited to 'indra/newview/lltextureview.cpp')
| -rw-r--r-- | indra/newview/lltextureview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index 4534db958f..470a133fa7 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -250,7 +250,7 @@ void LLTextureBar::draw() gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); // Draw the progress bar. - S32 bar_width = 100; + S32 bar_width = 110; S32 bar_left = 260; left = bar_left; right = left + bar_width; |
