mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
update locale
This commit is contained in:
parent
34d3409951
commit
f33b46ed32
28 changed files with 13272 additions and 5155 deletions
|
@ -340,7 +340,7 @@ public:
|
|||
memDc.SetTextForeground(StateColor::darkModeColorFor(wxColor(134, 134, 134)));
|
||||
memDc.DrawLabel(m_constant_text.version, version_rect, wxALIGN_LEFT | wxALIGN_BOTTOM);
|
||||
|
||||
auto bs_version = wxString::Format("Based on BambuStudio and PrusaSlicer").ToStdString();
|
||||
auto bs_version = wxString::Format("Based on PrusaSlicer and BambuStudio").ToStdString();
|
||||
memDc.SetFont(Label::Body_12);
|
||||
wxSize text_rect = memDc.GetTextExtent(bs_version);
|
||||
int start_x = (title_rect.GetLeft() + version_rect.GetRight()) / 2 - text_rect.GetWidth()/2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue