From 2458c2ea7cf2fd29995d1c525c5d95b5d91132f8 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 24 Oct 2020 00:49:19 +0200 Subject: [PATCH] Increase width of texture console a bit --- indra/newview/lldebugview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lldebugview.cpp b/indra/newview/lldebugview.cpp index dfa1049d21..1d70ecf76e 100644 --- a/indra/newview/lldebugview.cpp +++ b/indra/newview/lldebugview.cpp @@ -110,7 +110,7 @@ void LLDebugView::init() // Fix texture console width //r.set(150, rect.getHeight() - 50, 820, 100); - r.set(150, rect.getHeight() - 50, 900, 100); + r.set(150, rect.getHeight() - 50, 930, 100); // LLTextureView::Params tvp; tvp.name("gTextureView");