Mercurial > MadButterfly
changeset 1497:08329d3bf452
break a long line
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 03 May 2011 12:48:08 +0800 |
parents | 042587afed2e |
children | fc4169113259 |
files | pyink/FSM_window.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)