Skip to content
Snippets Groups Projects
Commit 3af16fa9 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

deleted borders from bfh graph nodes

parent 024d674e
No related branches found
No related tags found
1 merge request!1Bfh branch
Pipeline #376099 canceled
......@@ -32,4 +32,4 @@ def pages(page):
# Main Function, Runs at http://0.0.0.0:8080
if __name__ == "__main__":
app.run(port=3012)
app.run(port=3013)
......@@ -152,9 +152,9 @@
}},
//cannot be dragged or moved
fixed: true,
borderWidth: 4,
borderWidth: 1,
size: 30,
color: {border: '#850F78',background: "#6AAFFF"},
color: {border: '#FFF6F2', background: "#FFF6F2"},
font: { color: "#eeeeee" },
shapeProperties: {
useBorderWithImage: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment