mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 01:58:36 -07:00
FIX: Sync button text modification
Jira: STUDIO-13031 Change-Id: I9007557f4f6f2909250460fc9d6f5d4c4756adc6 (cherry picked from commit c588c5aad60d6eb7bc2b59fd93cbbfbd5ed2849b)
This commit is contained in:
parent
041673dc85
commit
1472b5ce21
1 changed files with 1 additions and 1 deletions
|
|
@ -1742,7 +1742,7 @@ Sidebar::Sidebar(Plater *parent)
|
|||
project_config.set_key_value("curr_bed_type", new ConfigOptionEnum<BedType>(bed_type));
|
||||
|
||||
// Sync printer information
|
||||
btn_sync = new Button(p->m_panel_printer_content, _L("Sync printer information"), "printer_sync", 0, 32);
|
||||
btn_sync = new Button(p->m_panel_printer_content, _L("Sync info"), "printer_sync", 0, 32);
|
||||
//btn_sync->SetFont(Label::Body_8);
|
||||
btn_sync->SetToolTip(_L("Synchronize nozzle information and the number of AMS"));
|
||||
btn_sync->SetCornerRadius(8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue