]> granicus.if.org Git - graphviz/commitdiff
Change starting node alpha to 1;
authorerg <devnull@localhost>
Thu, 2 Sep 2010 22:04:18 +0000 (22:04 +0000)
committererg <devnull@localhost>
Thu, 2 Sep 2010 22:04:18 +0000 (22:04 +0000)
add handle to catch "Destroy Window" event for node list window.

share/gui/smyrna.glade
share/gui/template.dot

index 46f19fa33f509eeb4366cdaf23f77a78dda220da..2a702a197a66fd6c13cbbae877e05f72925e95ef 100755 (executable)
   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
   <property name="focus_on_map">True</property>
   <property name="urgency_hint">False</property>
+  <signal name="delete_event" handler="on_TVNodes_close" last_modification_time="Thu, 03 Dec 2009 16:39:12 GMT"/>
 
   <child>
     <widget class="GtkVBox" id="vbox3">
index 1c8b30ee94306f1a55701d2a534050c57ded9495..b394e36a44ee449223cac2973555a63d5aaa7701 100644 (file)
@@ -43,7 +43,7 @@ strict digraph template {
                drawedges="1",
                labelshownodes="0",
                labelshowedges="0",
-               defaultnodealpha="0.8",
+               defaultnodealpha="1",
                defaultedgealpha="0.5",
                defaultnodeshape="0",
                defaultselectionmethod="2"