mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Browser: Rename "DOM Inspector" to just "Inspector"
It inspects more than the DOM, after all. :^)
This commit is contained in:
parent
416559414c
commit
7f71f54fc3
2 changed files with 3 additions and 3 deletions
|
@ -482,7 +482,7 @@ void Tab::show_inspector_window(Browser::Tab::InspectorTarget inspector_target)
|
|||
if (!m_dom_inspector_widget) {
|
||||
auto window = GUI::Window::construct(&this->window());
|
||||
window->resize(300, 500);
|
||||
window->set_title("DOM inspector");
|
||||
window->set_title("Inspector");
|
||||
window->set_icon(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/inspector-object.png"));
|
||||
window->on_close = [&]() {
|
||||
m_web_content_view->clear_inspected_dom_node();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue