mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 22:37:41 -07:00
FIX: switch diameter texts
Change-Id: I2e93cdd0895f3b7f2531d96c64f7caa8d0440194 Jira: none (cherry picked from commit 50f9bdbd91de69b160013bf8b6a9bd561e23474e)
This commit is contained in:
parent
4da45516cb
commit
b9f6e43159
1 changed files with 1 additions and 1 deletions
|
|
@ -1637,7 +1637,7 @@ Sidebar::Sidebar(Plater *parent)
|
|||
wxBoxSizer* bSizer39;
|
||||
bSizer39 = new wxBoxSizer( wxHORIZONTAL );
|
||||
p->m_filament_icon = new ScalableButton(p->m_panel_filament_title, wxID_ANY, "filament");
|
||||
p->m_staticText_filament_settings = new Label(p->m_panel_filament_title, _CTX(L_CONTEXT("Filaments", "SideBar"), "SideBar"), LB_PROPAGATE_MOUSE_EVENT);
|
||||
p->m_staticText_filament_settings = new Label(p->m_panel_filament_title, _L("Project's filaments"));
|
||||
bSizer39->Add(p->m_filament_icon, 0, wxALIGN_CENTER | wxLEFT, FromDIP(SidebarProps::TitlebarMargin()));
|
||||
bSizer39->AddSpacer(FromDIP(SidebarProps::ElementSpacing()));
|
||||
bSizer39->Add( p->m_staticText_filament_settings, 0, wxALIGN_CENTER );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue