|
@@ -98,7 +98,7 @@ TextEditorWidget::TextEditorWidget()
|
|
m_editor->set_focus(true);
|
|
m_editor->set_focus(true);
|
|
};
|
|
};
|
|
|
|
|
|
- m_find_action = GAction::create("Find...", { Mod_Ctrl, Key_F }, [this](auto&) {
|
|
|
|
|
|
+ m_find_action = GAction::create("Find...", { Mod_Ctrl, Key_F }, load_png("/res/icons/16x16/find.png"), [this](auto&) {
|
|
m_find_widget->set_visible(true);
|
|
m_find_widget->set_visible(true);
|
|
m_find_textbox->set_focus(true);
|
|
m_find_textbox->set_focus(true);
|
|
m_find_textbox->select_all();
|
|
m_find_textbox->select_all();
|