# HG changeset patch # User Thinker K.F. Li # Date 1304398088 -28800 # Node ID 08329d3bf452834a6c1637b931160661368df570 # Parent 042587afed2ef459a92427e4a3f170b950ba2180 break a long line diff -r 042587afed2e -r 08329d3bf452 pyink/FSM_window.py --- a/pyink/FSM_window.py Tue May 03 12:35:04 2011 +0800 +++ b/pyink/FSM_window.py Tue May 03 12:48:08 2011 +0800 @@ -555,7 +555,8 @@ circle_node.setAttribute('style', 'stroke: #000000; stroke-width: 1; ' 'fill: #ffffff') - text_node.setAttribute('style', 'stroke: #000000; fill: #000000; font-size: 16px') + text_node.setAttribute('style', 'stroke: #000000; fill: #000000; ' + 'font-size: 16px') text_content.setContent(state_name)