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:
Ghostkeeper 2020-03-20 14:05:42 +01:00
parent c7e6553dbf
commit c44f82c44f
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View 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