summaryrefslogtreecommitdiff
path: root/indra/newview/lltextureview.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-06-13 17:48:29 +0800
committerErik Kundiman <erik@megapahit.org>2026-06-13 17:48:29 +0800
commitb370bd8fdb441f3eb86c4c103112ed0874e29e99 (patch)
treeab4584ffd980cc49019db02b021a68a9c2a2fd68 /indra/newview/lltextureview.cpp
parentc4824e2afbf372b3c6d061db069b109199720a79 (diff)
parent1d456767fe47773d9dadcaa456b0af31dc6060e5 (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.cpp2
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;