1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:27:45 +00:00

Browser: Port the Inspector to the WebView property tables

This commit is contained in:
Timothy Flynn 2023-11-27 16:18:32 -05:00 committed by Andreas Kling
parent ad9dfffda7
commit 0037fdaf11
7 changed files with 2 additions and 427 deletions

View file

@ -864,7 +864,7 @@ void Tab::show_inspector_window(Browser::Tab::InspectorTarget inspector_target)
if (!m_dom_inspector_widget) {
auto window = GUI::Window::construct(&this->window());
window->set_window_mode(GUI::WindowMode::Modeless);
window->resize(325, 500);
window->resize(750, 500);
window->set_title("Inspector");
window->set_icon(g_icon_bag.inspector_object);
window->on_close = [&]() {