summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index 3f0a4ff..ece1638 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -1968,7 +1968,7 @@ QCString DotClassGraph::writeGraph(QTextStream &out,
}
else
{
- out << "\\includegraphics[width=" << width/2 << "pt]";
+ out << "\\includegraphics[width=" << width << "pt]";
}
out << "{" << baseName << "}\n"
"\\end{center}\n"