diff --git a/resources/images/BambuStudio_about.png b/resources/images/BambuStudio_about.png deleted file mode 100644 index 70ee6c37fd..0000000000 Binary files a/resources/images/BambuStudio_about.png and /dev/null differ diff --git a/resources/images/BambuStudio_about.svg b/resources/images/BambuStudio_about.svg new file mode 100644 index 0000000000..34c346c2e4 --- /dev/null +++ b/resources/images/BambuStudio_about.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index 75812b3625..17b542808b 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -255,7 +255,7 @@ AboutDialog::AboutDialog() #endif version_font.SetPointSize(FromDIP(16)); version->SetFont(version_font); - version->SetForegroundColour(wxColour("#FFFFFE")); + version->SetForegroundColour(wxColour("#FFFFFD")); version->SetBackgroundColour(wxColour("#00AF42")); vesizer->Add(version, 0, wxALL | wxALIGN_CENTER_HORIZONTAL, FromDIP(5)); vesizer->Add(0, 0, 1, wxEXPAND, FromDIP(5));