From c20d86eab1987fa87bc843a52189be981647e5be Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 23 Aug 2018 18:16:58 +0200 Subject: [PATCH] Adjust frame selection box. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index eb3ffce8..9bbdcfe0 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -718,7 +718,7 @@ The graph of currently selected frame set (figure~\ref{frametime}) provides an o \draw[pattern=north east lines] (8.5, 0.1) rectangle+(0.2, 0.18); \draw[pattern=north east lines] (8.8, 0.1) rectangle+(0.2, 0.2); -\draw[pattern=dots] (2.15, 0) rectangle+(1.2, 1); +\draw[pattern=dots] (2.15, 0.05) rectangle+(1.2, 0.9); \end{tikzpicture} \caption{Frame time graph.} \label{frametime}