mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Adjustment to solve red button css.
Added the red class to the Reset Rotation button.
This commit is contained in:
parent
b61d978b0a
commit
113915637b
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ const GROUPS = [
|
|||
type: "buttons",
|
||||
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
|
||||
{ id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty },
|
||||
{ id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red", onClick: setRotationToZeroProperty }],
|
||||
{ id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red red", onClick: setRotationToZeroProperty }],
|
||||
propertyID: "copyPasteRotation"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue