From 5db6cc4eeefb0ca332f37d34eec327532f338423 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 17 Jun 2019 01:24:48 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 3cfa3674..2695bd84 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1008,7 +1008,7 @@ If you want to open a trace that you have stored on the disk, you can do so by p \begin{figure}[h] \centering\begin{tikzpicture} -\draw (0, 0) rectangle (4.95, -2.9); +\draw (0, 0) rectangle (4.95, -2.2); \draw[pattern=crosshatch dots] (0, 0) rectangle+(4.95, 0.3); \draw[rounded corners=5pt] (0.1, -0.1) rectangle+(1.1, -0.5) node [midway] {\faBook}; \draw[rounded corners=5pt] (1.3, -0.1) rectangle+(1.1, -0.5) node [midway] {\faGlobeAmericas}; @@ -1017,8 +1017,8 @@ If you want to open a trace that you have stored on the disk, you can do so by p \draw (0.1, -0.9) rectangle+(4.1, -0.5) node [midway] {Address entry}; \draw[rounded corners=5pt] (4.33, -0.9) rectangle+(0.5, -0.5) node [midway] {\faCaretDown}; -\draw[rounded corners=5pt] (0.1, -1.5) rectangle+(2, -0.5) node [midway] {\faWifi{}~Connect}; -\draw[rounded corners=5pt] (0.1, -2.3) rectangle+(3.5, -0.5) node [midway] {\faFolderOpen{}~Open saved trace}; +\draw[rounded corners=5pt] (0.1, -1.55) rectangle+(2, -0.5) node [midway] {\faWifi{}~Connect}; +\draw[rounded corners=5pt] (2.3, -1.55) rectangle+(2.5, -0.5) node [midway] {\faFolderOpen{}~Open trace}; \end{tikzpicture} \caption{Welcome dialog.} \label{welcomedialog}