mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
theme_basics: Fix background image path
This commit is contained in:
parent
6d3d2a4572
commit
11045c977f
@ -43,9 +43,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
"image": "/austria.png",
|
"image": "austria.png",
|
||||||
"transparency": 10,
|
"transparency": 10,
|
||||||
"fill": "scale",
|
"fill": "scale",
|
||||||
"anchor": "center"
|
"anchor": "center"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user