[Rt-commit] r11839 - rt/branches/3.8-TESTING/lib/RT/Graph

ruz at bestpractical.com ruz at bestpractical.com
Tue Apr 22 22:53:21 EDT 2008


Author: ruz
Date: Tue Apr 22 22:53:20 2008
New Revision: 11839

Modified:
   rt/branches/3.8-TESTING/lib/RT/Graph/Tickets.pm

Log:
* generalize style of nodes

Modified: rt/branches/3.8-TESTING/lib/RT/Graph/Tickets.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Graph/Tickets.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Graph/Tickets.pm	Tue Apr 22 22:53:20 2008
@@ -218,6 +218,7 @@
     );
 
     my %node_style = (
+        style => 'filled,rounded',
         %{ $ticket_status_style{ $args{'Ticket'}->Status } || {} },
         URL   => $RT::WebPath .'/Ticket/Display.html?id='. $args{'Ticket'}->id,
         tooltip => gv_escape( $args{'Ticket'}->Subject || '#'. $args{'Ticket'}->id ),


More information about the Rt-commit mailing list