FIX: version info and img in About Bambu Studio

Change-Id: I7c3ed0b13f09d6e97fdbb11b24cdeddc8439df88
This commit is contained in:
tao.jin 2022-12-16 09:34:05 +08:00 committed by Lane.Wei
parent 29dbc77e91
commit efb7106ecc
3 changed files with 88 additions and 1 deletions

View file

@ -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));