diff --git a/indra/newview/lldebugview.cpp b/indra/newview/lldebugview.cpp index dc1c085c88..dfa1049d21 100755 --- a/indra/newview/lldebugview.cpp +++ b/indra/newview/lldebugview.cpp @@ -108,7 +108,10 @@ void LLDebugView::init() r.setLeftTopAndSize(25, rect.getHeight() - 50, (S32) (gViewerWindow->getWindowRectScaled().getWidth() * 0.75f), (S32) (gViewerWindow->getWindowRectScaled().getHeight() * 0.75f)); - r.set(150, rect.getHeight() - 50, 820, 100); + // Fix texture console width + //r.set(150, rect.getHeight() - 50, 820, 100); + r.set(150, rect.getHeight() - 50, 900, 100); + // LLTextureView::Params tvp; tvp.name("gTextureView"); tvp.rect(r);