mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
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.
This commit is contained in:
parent
c7e6553dbf
commit
c44f82c44f
1 changed files with 5 additions and 0 deletions
5
resources/themes/cura-light/images/header_pattern.svg
Normal file
5
resources/themes/cura-light/images/header_pattern.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<!-- This file intentionally left empty. -->
|
||||
<!-- A theme might fill this in if it wants a pattern in the header banner. -->
|
||||
</svg>
|
After Width: | Height: | Size: 257 B |
Loading…
Add table
Add a link
Reference in a new issue