From c44f82c44f25d4ecb83f7cc15b183b9107ac42bc Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 20 Mar 2020 14:05:42 +0100 Subject: [PATCH] Add placeholder header pattern This removes a warning from our log that this image couldn't be found. Instead it now draws a completely transparent image there. The warning that is no longer in the log now looked like this: 2020-03-20 13:52:27,980 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme Done during Turbo Testing and Tooling. --- resources/themes/cura-light/images/header_pattern.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/themes/cura-light/images/header_pattern.svg diff --git a/resources/themes/cura-light/images/header_pattern.svg b/resources/themes/cura-light/images/header_pattern.svg new file mode 100644 index 0000000000..e497946cb2 --- /dev/null +++ b/resources/themes/cura-light/images/header_pattern.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file