summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-08-25 09:33:35 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-08-25 14:34:42 +0200
commitea1a2ed03ac0880ef969e01598016de0581fbd41 (patch)
tree57bc0b889a3fbb33f72019759940d945e72d4873 /scripts
parentd1ee48c7b8f3032f4806522417a2bfdcc802bcc3 (diff)
Provide new UML metamodel implementation
- QtWrappedObject is going to be replaced by QtModeling - DuSE-MT broken until refactoring finishes Change-Id: I628704ea9dac715d672638a2a9fee2071055dd92 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmiclassinheritance2png.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmiclassinheritance2png.sh b/scripts/xmiclassinheritance2png.sh
index 33c8c5ab..291c1c05 100755
--- a/scripts/xmiclassinheritance2png.sh
+++ b/scripts/xmiclassinheritance2png.sh
@@ -15,7 +15,7 @@ printf "." > /dev/stderr
}
echo "strict digraph G {";
-echo "graph[ranksep=1.5, rankdir=BT];";
+echo "graph[rankdir=BT];";
echo "$1;"
parentsof $1 $2
echo "}"