changed debbuging color in 3DPreview to release color

This commit is contained in:
Hendrik Schutter 2019-06-08 13:40:59 +02:00
parent fc5db5d051
commit 61980905e3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Preview3D : View("Preview3D") {
style {
minWidth = 200.px
minHeight = 200.px
background = Background(BackgroundFill(Color.BLUEVIOLET, CornerRadii.EMPTY, Insets.EMPTY))
background = Background(BackgroundFill(Color.valueOf("#9f9f9f"), CornerRadii.EMPTY, Insets.EMPTY))
}
}