mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-24 13:47:40 +02:00
Fix Color tool's "Swatches" label
This commit is contained in:
parent
758442999d
commit
666c163637
2 changed files with 16 additions and 4 deletions
12
scripts/vr-edit/assets/tools/color/swatches-label.svg
Normal file
12
scripts/vr-edit/assets/tools/color/swatches-label.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.5 KiB |
|
@ -582,14 +582,14 @@ ToolsMenu = function (side, leftInputs, rightInputs, uiCommandCallback) {
|
|||
OPTONS_PANELS = {
|
||||
colorOptions: [
|
||||
{
|
||||
id: "colorActionsLabel",
|
||||
id: "colorSwatchesLabel",
|
||||
type: "image",
|
||||
properties: {
|
||||
color: UIT.colors.white,
|
||||
url: "../assets/tools/common/actions-label.svg",
|
||||
scale: 0.0276,
|
||||
url: "../assets/tools/color/swatches-label.svg",
|
||||
scale: 0.0345,
|
||||
localPosition: {
|
||||
x: -UIT.dimensions.panel.x / 2 + UIT.dimensions.leftMargin + 0.0276 / 2,
|
||||
x: -UIT.dimensions.panel.x / 2 + UIT.dimensions.leftMargin + 0.0345 / 2,
|
||||
y: UIT.dimensions.panel.y / 2 - UIT.dimensions.topMargin - 0.0047 / 2,
|
||||
z: UIT.dimensions.panel.z / 2 + UIT.dimensions.imageOverlayOffset
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue