summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/graph/graph.js')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/graph/graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
index c2cdb66e89..fa202d6b86 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
+++ b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
@@ -305,7 +305,6 @@ if (ui.isIE()) {
// component, reference and property titles
graph.comptitlewidthdiv = document.createElement('span');
graph.comptitlewidthdiv.style.visibility = 'hidden'
- graph.comptitlewidthdiv.style.fontWeight = 'bold'
div.appendChild(graph.comptitlewidthdiv);
graph.reftitlewidthdiv = document.createElement('span');
@@ -314,6 +313,7 @@ if (ui.isIE()) {
graph.proptitlewidthdiv = document.createElement('span');
graph.proptitlewidthdiv.style.visibility = 'hidden'
+ graph.proptitlewidthdiv.style.fontWeight = 'bold'
div.appendChild(graph.proptitlewidthdiv);
return vmlg;