mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-23 06:54:25 +08:00
fix splashscreen logo & credit
and temporary splashscreen "art"work
This commit is contained in:
parent
3346658047
commit
b8548f5a87
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 59 KiB |
@ -62,7 +62,7 @@
|
||||
<path
|
||||
style="fill:#0066ff;fill-opacity:1"
|
||||
id="path6"
|
||||
fill="#ed6b21"
|
||||
fill="#0066ff"
|
||||
transform="translate(0 0)"
|
||||
d="M202.7,612.5c93.9,93.9,246.1,93.9,340,0s93.9-246.1,0-340" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -247,11 +247,10 @@ private:
|
||||
version = _L("Version") + " " + std::string(SLIC3R_VERSION);
|
||||
|
||||
// credits infornation
|
||||
credits = title + " " +
|
||||
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
|
||||
credits = title + " " + _L("is based on PrusaSlicer by Prusa and Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
|
||||
title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\n\n" +
|
||||
_L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" +
|
||||
_L("Artwork model by Nora Al-Badri and Jan Nikolai Nelles");
|
||||
_L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik, Durand Remi and numerous others.") + "\n\n" +
|
||||
_L("Artwork model by Durand Remi (not proud of it)");
|
||||
|
||||
title_font = version_font = credits_font = init_font;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user