X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fscreens%2Fmainscreen.py;h=968d683aa8be35b6a733e170cac50e51774e3704;hp=58116175b5f5d3678338bf9728f140d5a7ef385c;hb=709ea711aea8b6b147914eeb1a0ba98e734c42b5;hpb=65c93a598a2f80c9040b21d675b9ee219def815e diff --git a/sface/screens/mainscreen.py b/sface/screens/mainscreen.py index 5811617..968d683 100644 --- a/sface/screens/mainscreen.py +++ b/sface/screens/mainscreen.py @@ -84,7 +84,7 @@ class NodeNameDelegate(QStyledItemDelegate): painter.drawRoundedRect(rect, 4, 4) if status_data == node_status['in']: # already in the slice - painter.fillPath(path, QColor.fromRgb(0, 250, 0)) + painter.fillPath(path, QColor("cyan")) painter.setPen(QColor.fromRgb(0, 0, 0)) painter.drawText(option.rect, 0, QString(data))