* fixed warnings for overriden node and edge colors * fixed warnings for edges connecting the wrong node types * removed tool tip from color scheme * changed names in project setup screen
10 lines
171 B
CSS
10 lines
171 B
CSS
QGraphicsView, QGraphicsScene {
|
|
background-color: <color:graph/background>;
|
|
}
|
|
|
|
QToolTip {
|
|
background-color: #E0E0E0;
|
|
color: black;
|
|
font-size: <setting:font_size>pt;
|
|
}
|