mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Reoganise the buttons for the Material Assistant
Now instead of an icon the button is blue , at first and have the caption: "ASSISTANT..."
This commit is contained in:
parent
626e9e9d93
commit
3d48527e81
1 changed files with 4 additions and 4 deletions
|
@ -878,10 +878,10 @@ const GROUPS = [
|
|||
{
|
||||
label: "Material Data",
|
||||
type: "textarea",
|
||||
buttons: [ { id: "clear", label: "Clear Material", className: "red", onClick: clearMaterialData },
|
||||
{ id: "edit", label: "Edit as JSON", className: "blue", onClick: newJSONMaterialEditor },
|
||||
{ id: "save", label: "Save Material", className: "black", onClick: saveMaterialData },
|
||||
{ id: "materialAssistant", label: "s", className: "glyph black", onClick: openMaterialAssistant }],
|
||||
buttons: [ { id: "materialAssistant", label: "Assistant...", className: "secondary_blue blue", onClick: openMaterialAssistant },
|
||||
{ id: "clear", label: "Clear Material", className: "secondary_red red", onClick: clearMaterialData },
|
||||
{ id: "edit", label: "Edit as JSON", className: "secondary", onClick: newJSONMaterialEditor },
|
||||
{ id: "save", label: "Save Material", className: "secondary", onClick: saveMaterialData }],
|
||||
propertyID: "materialData",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue