changed debbuging color in 3DPreview to release color
This commit is contained in:
parent
fc5db5d051
commit
61980905e3
@ -56,7 +56,7 @@ class Preview3D : View("Preview3D") {
|
|||||||
style {
|
style {
|
||||||
minWidth = 200.px
|
minWidth = 200.px
|
||||||
minHeight = 200.px
|
minHeight = 200.px
|
||||||
background = Background(BackgroundFill(Color.BLUEVIOLET, CornerRadii.EMPTY, Insets.EMPTY))
|
background = Background(BackgroundFill(Color.valueOf("#9f9f9f"), CornerRadii.EMPTY, Insets.EMPTY))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user