Installer: use Walter as a placeholder logo
For non-official builds, Installer had no logo. This led to a window sizing bug which is not seen in the official builds (both nightlies and releases) as they both use the Haiku logo there. Use Walter as a placeholder logo in that case. The png is generated from the wonderbrush file in the separate artwork repo. Change-Id: Iea361d7ac0fd2bdb147318632ff198c86c4b89c2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2180 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
c529e2a354
commit
8095ab5a4b
BIN
data/artwork/Walter logo.png
Normal file
BIN
data/artwork/Walter logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -23,6 +23,8 @@ resource(1, "logo.png") #'PNG ' import "../../../data/artwork/HAIKU logo - black
|
||||
#else
|
||||
resource(1, "logo.png") #'PNG ' import "../../../data/artwork/HAIKU logo - black on white - installer - development.png";
|
||||
#endif
|
||||
#else
|
||||
resource(1, "logo.png") #'PNG ' import "../../../data/artwork/Walter logo.png";
|
||||
#endif
|
||||
|
||||
resource vector_icon {
|
||||
|
Loading…
Reference in New Issue
Block a user