mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:37:27 +02:00
Copy Paste Location and Rotation new button style
Copy Paste Location and Rotation new button style
This commit is contained in:
parent
8827f9e8de
commit
cf66d1aca3
1 changed files with 4 additions and 4 deletions
|
@ -1355,8 +1355,8 @@ const GROUPS = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "buttons",
|
type: "buttons",
|
||||||
buttons: [ { id: "copyPosition", label: "Copy Position", className: "black", onClick: copyPositionProperty },
|
buttons: [ { id: "copyPosition", label: "Copy Position", className: "secondary", onClick: copyPositionProperty },
|
||||||
{ id: "pastePosition", label: "Paste Position", className: "black", onClick: pastePositionProperty } ],
|
{ id: "pastePosition", label: "Paste Position", className: "secondary", onClick: pastePositionProperty } ],
|
||||||
propertyID: "copyPastePosition"
|
propertyID: "copyPastePosition"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1383,8 +1383,8 @@ const GROUPS = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "buttons",
|
type: "buttons",
|
||||||
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "black", onClick: copyRotationProperty },
|
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
|
||||||
{ id: "pasteRotation", label: "Paste Rotation", className: "black", onClick: pasteRotationProperty } ],
|
{ id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty } ],
|
||||||
propertyID: "copyPasteRotation"
|
propertyID: "copyPasteRotation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue