Increase width of texture console a bit

master
Ansariel 2020-10-24 00:49:19 +02:00
parent 068ca4c136
commit 2458c2ea7c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void LLDebugView::init()
// <FS:Ansariel> 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);
// </FS:Ansariel>
LLTextureView::Params tvp;
tvp.name("gTextureView");