mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Moved functions and variables (for fonts and labels color) to GUI_App
+ corrected Sidebar layouts + deleted get_preset_bundle + actions with tabs_list moved to GUI_App
This commit is contained in:
parent
342b584399
commit
08c6905751
17 changed files with 252 additions and 276 deletions
|
@ -365,13 +365,13 @@ wxBoxSizer* create_edit_object_buttons(wxWindow* win)
|
|||
}
|
||||
m_sizer_part_buttons->Show(false);
|
||||
|
||||
btn_load_part->SetFont(Slic3r::GUI::small_font());
|
||||
btn_load_modifier->SetFont(Slic3r::GUI::small_font());
|
||||
btn_load_lambda_modifier->SetFont(Slic3r::GUI::small_font());
|
||||
btn_delete->SetFont(Slic3r::GUI::small_font());
|
||||
btn_split->SetFont(Slic3r::GUI::small_font());
|
||||
m_btn_move_up->SetFont(Slic3r::GUI::small_font());
|
||||
m_btn_move_down->SetFont(Slic3r::GUI::small_font());
|
||||
btn_load_part->SetFont(wxGetApp().small_font());
|
||||
btn_load_modifier->SetFont(wxGetApp().small_font());
|
||||
btn_load_lambda_modifier->SetFont(wxGetApp().small_font());
|
||||
btn_delete->SetFont(wxGetApp().small_font());
|
||||
btn_split->SetFont(wxGetApp().small_font());
|
||||
m_btn_move_up->SetFont(wxGetApp().small_font());
|
||||
m_btn_move_down->SetFont(wxGetApp().small_font());
|
||||
|
||||
sizer->Add(m_sizer_object_buttons, 0, wxEXPAND | wxLEFT, 20);
|
||||
sizer->Add(m_sizer_part_buttons, 0, wxEXPAND | wxLEFT, 20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue