From 11045c977fff49716a3edcf51d45d9ebd24c60dc Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 10 May 2022 15:36:52 +0200 Subject: [PATCH] theme_basics: Fix background image path --- code_samples/theme_basics/resources/theme_basics.theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_samples/theme_basics/resources/theme_basics.theme.json b/code_samples/theme_basics/resources/theme_basics.theme.json index 95edebe70..de69c89a6 100644 --- a/code_samples/theme_basics/resources/theme_basics.theme.json +++ b/code_samples/theme_basics/resources/theme_basics.theme.json @@ -43,9 +43,9 @@ }, "background": { - "image": "/austria.png", + "image": "austria.png", "transparency": 10, "fill": "scale", "anchor": "center" } -} \ No newline at end of file +}