From 004514e5567b6537aa90d34dbfbff6a8e7a5750a Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 10 Nov 2017 17:03:16 +0000 Subject: [PATCH] Give a little more room to pixel history when displaying it --- qrenderdoc/Windows/TextureViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/TextureViewer.cpp b/qrenderdoc/Windows/TextureViewer.cpp index dd5e7c3f4..d9726e10d 100644 --- a/qrenderdoc/Windows/TextureViewer.cpp +++ b/qrenderdoc/Windows/TextureViewer.cpp @@ -3480,7 +3480,7 @@ void TextureViewer::on_pixelHistory_clicked() IPixelHistoryView *hist = m_Ctx.ViewPixelHistory(texptr->ID, x, y, m_TexDisplay); - m_Ctx.AddDockWindow(hist->Widget(), DockReference::RightOf, this, 0.2f); + m_Ctx.AddDockWindow(hist->Widget(), DockReference::RightOf, this, 0.3f); // add a short delay so that controls repainting after a new panel appears can get at the // render thread before we insert the long blocking pixel history task