Skip to content

Commit

Permalink
Change icon for the 'render' buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Nov 17, 2023
1 parent 3c99509 commit 7ceb7d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions http-server/src/main/resources/mdenet_tool.egl
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
"language": "flexmi",
"buttons" : [
{
"id": "refresh-button",
"icon": "refresh",
"id": "render-button",
"icon": "diagram",
"actionfunction": "function-flexmi2plantuml",
"hint": "Render the model object diagram"
},
Expand All @@ -227,8 +227,8 @@
"language": "emfatic",
"buttons" : [
{
"id": "refresh-button",
"icon": "refresh",
"id": "render-button",
"icon": "diagram",
"actionfunction": "function-emfatic2plantuml",
"hint": "Render the model object diagram"
},
Expand All @@ -249,10 +249,10 @@
},

{
"id": "code",
"name": "code",
"panelclass": "OutputPanel",
"icon": "editor"
"id": "code",
"name": "code",
"panelclass": "OutputPanel",
"icon": "editor"
}
]
}
Expand Down

0 comments on commit 7ceb7d2

Please sign in to comment.