mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
committed by
GitHub
parent
a151ac931d
commit
b1bb08b096
@@ -83,7 +83,7 @@ MediaFilePanel::MediaFilePanel(wxWindow * parent)
|
||||
m_button_video = new ::Button(m_type_panel, _L("Video"), "", wxBORDER_NONE);
|
||||
m_button_video->SetToolTip(_L("Switch to video files."));
|
||||
m_button_model = new ::Button(m_type_panel, _L("Model"), "", wxBORDER_NONE);
|
||||
m_button_video->SetToolTip(_L("Switch to 3mf model files."));
|
||||
m_button_video->SetToolTip(_L("Switch to 3MF model files."));
|
||||
for (auto b : {m_button_timelapse, m_button_video, m_button_model}) {
|
||||
b->SetBackgroundColor(background);
|
||||
b->SetCanFocus(false);
|
||||
|
||||
Reference in New Issue
Block a user